for some reason, when I have ahp send e-mails to my cell phone carriers SMS gateway (number@vtext.com) using Myhouse, sometimes the message never gets delivered to my cellphone. The e-mails going to my e-mail addresses always get delivered (although in my junk folder 30% of the time). Maybe Verizon blocks some of them thinking they are spam.
I also noticed that X10 must have more than one server running as e-mail gateways because the e-mail sender name sometimes shows up as Myhouse something and sometimes no name but just the e-mail address, and also the e-mail sent times are always off by different times (indicating different time zone locations of the servers).
So one of those gateway servers might be flagged for spam, so whenever my e-mails get relayed from that server, they get blocked by Verizon.
I am not comfortable with relying on any online service offered by X10 (I'm sure you all can understand the reasons) so I discovered a little piece of software that makes sending e-mails and texts very easy and highly dependable.
It it called SendEmail, and it is a free open source command prompt utility that can send emails through even gmail accounts with SSL. (If you search for sendEmail on google, it is the first link)
In AHP all I had to do was click on "Windows Command" under Advanced functions, then select the "SendEmail.exe" file as the command. In the arguments section, type in the details of the e-mail such as:
-f sender@gmail.com -t receiver@gmail.com -s smtp.gmail.com:587 -xu username@gmail.com -xp password -u "Subject" -m "body of e-mail"
and that's it. This will send a message using your gmail account with SSL. I set this up for my modded fire alarm and my glass break sensors on my windows so if any of those get triggered, I get text messages with custom messages.
And by the way, when you send an e-mail to Verizon's SMS gateway, the final text message shows up as: "(Subject) body of e-mail" so my texts look something like "(Security) Fire alarm just went off!!" or "(Security) Rear window break sensor just went off!!" I am hoping never to receive these texts other than during testing, but it certainly eased my mind because during testing, reliability was at 100%.