If I test the email it works. In my program I send notifications to both text and email; the text is delivered but the email isn't. I test by going to Configurations/EmailsNotifications/SettingsGroups, selecting the 'MyEmail' line, and pressing the 'Test' button -- it works as expected. (I'm using the 'default' mail server.) Here's the program:
TestNotif - [iD 0003][Parent 0001]
If
Status 'ZW 022 On-Off Power Switch' is On
Then
Set 'ZW 007 On-Off Power Switch' On
Send Notification to 'Default' content 'Test'
Send Notification to 'MyEmail' content 'FoyerMotion'
Else
- No Actions - (To add one, press 'Action')