I might have figured this out, I had left the body of my email message blank, I added some data to the body and now the email seems to fire like I would expect
yes, the iolinc functions as expected, its status changes to ON when the garage is open and OFF when it is closed, I also have it linked to a keypad linc button that lights up correctly when the door is open.
I am having trouble triggering a notification when my gargage iolinc status is on:
If
Status "Garage-Sensor' is On
Then
Send Notification to 'mail'
Else
- No actions
When I right click and choose "Run Then" I receive the email, but not when the garage status is open
I also created the same program using my kitchen light and it works as expected
If
Status "Kitchen' is On
Then
Send Notification to 'mail'
Else
- No actions