GoogleCodeArchive / hfm-net

Automatically exported from code.google.com/p/hfm-net
0 stars 0 forks source link

Request to send E-mail or SMS text when detecting an EUE state. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Request from Atlas Folder.  Detect an EUE generated hang (5 failed GPU
units and 24 hour pause) and send e-mail or SMS (not sure how I would do an
SMS) to a user specified address.

Original issue reported on code.google.com by harlam357 on 16 May 2009 at 3:11

GoogleCodeExporter commented 9 years ago

Original comment by harlam357 on 13 Jun 2009 at 9:38

GoogleCodeExporter commented 9 years ago
I looked around online a bit to see if I could find a way to easily get an SMS 
to a
user when an EUE hand occurs. I did find some interesting information. For 
example,
my carrier is US Cellular. All it takes to get a text message to me would be to 
use
my 10-digit number and whatever my carrier's email gateway is. Ex:

1234567890@email.uscc.net

This would effectively send me the message. I tried it. It works. So, as long 
as you
have an SMTP server to push your mail out through, you should be able to get the
users their EUE text messages.

Users would obviously have to enter their phone number and carrier email 
gateway in a
settings page somewhere.

I also found a list of carrier email gateways. So, you could build them into the
program if you wanted to. More work, but smoother. :P

http://www.mutube.com/projects/open-email-to-sms/
http://www.sms411.net/2006/07/how-to-send-email-to-phone.html

Original comment by mattlori...@gmail.com on 16 Jun 2009 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by harlam357 on 23 Jul 2009 at 11:20

GoogleCodeExporter commented 9 years ago

Original comment by harlam357 on 20 Aug 2009 at 4:00

GoogleCodeExporter commented 9 years ago
Marked Fixed for Revision 44.  This is an Email only option... sending 
information to
cell phones that cannot receive Email will have to use a carrier provided Email 
option.

Original comment by harlam357 on 31 Aug 2009 at 2:47