How to set up email outlet

Wppeterson44

New member
Hello everybody,
How and where do you set up the email outlet?
I have added the switch box and want to sent some emails on float switches (high water etc..). Where is the outlet to set up the email alerts?
Thanks Bill
 
This is my outlet program for my e-mail.

One of the nice things about having my own e-mail server in my house and the apex sends the e-mail to my server it also e-mails me and a buddy personal e-maill accounts but also our work e-mail accounts and it sends both of us txt messages on our phones. Really Cool if you ask me.

-<outlet>
<name>EmailAlm_I5</name>
<icon>Email</icon>
<outputID>6</outputID>
<outputType>Advanced</outputType>
<program>Fallback OFF
Set OFF
If Temp > 81.0 Then ON
If Temp < 74.0 Then ON
If pH < 07.80 Then ON
If pH > 08.40 Then ON
If Power EB8_4 Off 000 Then ON
If Power EB8_3 Off 000 Then ON
If Switch1 CLOSED Then ON
If Switch2 CLOSED Then ON
If Switch3 OPEN Then ON
Defer 000:03 Then ON </program>
</outlet>
 
Hi Scott,
Thank you very much, I see there is a outlet set up for emails, so know I get how this works. I will try a few options and see how it works
Thanks again
Bill
 
Back
Top