Jump to content

Email Test Works but Notify does not


Recommended Posts

Posted

You need a "Content" in the Then (see below).

Is the actual email created? You need to have something in the "Customizations" section of the Emails/Notifications section to send the email. You need the notification defined to actually send the email.

 

image.png.ab0cfe1c5c57b447f602175d81d8da96.png

 

 

 

Program:

 

Email-Front-ON - [ID 0005][Parent 0010]

If
        Status  'Front Door' is On
 
Then
        Send Notification to 'Email' content 'Light On'
 
Else
   - No Actions - (To add one, press 'Action')
 

 

 

Posted

Geddy,   Thanks for your notes.   The email is setup, and the TEST in the configuration section works.   In the screen shot example, I was relying on "default" content.   But no email received.  I updated it so that content was a customized message like your example.  Still not email received. 

Scratching my head!

Posted
28 minutes ago, Duane McGuire said:

I've setup email with smtp.gmail.com

When clicking on "Test" in the Admin console, email is sent and received. 

When including a notify in  a program, email is not received. 

Help?

Screenshot from 2019-11-15 06-56-18.png

In your email customizations both the SUBJECT and the BODY of the custom notification must be populated

Posted
3 minutes ago, Duane McGuire said:

 I updated it so that content was a customized message like your example.  Still not email received. 

Did you update your program for "content"?

What version are you on? Unless v5 changes the program for how to email the original program you shared doesn't call for content so it wouldn't email you anything. And as Techman says your customization needs to have both a subject and a body for it to send an email.

The email test will work, but you've got to setup the content for an actual notification to be sent.

Post your updated program. You might have added the customization, but you might not have updated your program to send that content. 

 

Posted

Hello, Geddy and Techman: 

 

Thanks much for taking the time.  It is working. 

After I applied your suggestions, I messed up with the programming!   I was testing the east switch while operating the west  switch!  Brain failure there. 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...