Appendix B. EmailSend Using the Gmail Outgoing SMTP Server
B-2
B.3 Sending a Text Message to a Phone
To send a text message to a phone, the email needs to be converted to a text
message via an email-to-text message gateway. Most cellular providers have
an email-to-text message service for their phone subscribers. To send a text
message to AT&T® Wireless phone subscribers, send an email to the (10 digit
phone number of the person’s phone)@vtext.com (
).
Most text messages are limited to 160 characters, so any email messages
greater than 160 characters will be truncated.
Email-to-Text Message Gateways
T-Mobile:
Virgin Mobile:
AT&T®:
Sprint:
Verizon:
B.4 EmailSend Program Example
The following example sends an email message when an alarm condition is
True. Both the CR1000 and LS300G modem must be configured as PPP as
described in Section
7.5
,
AceManager and Template Files
(p. 16)
, and Section
7.6
,
Enabling PPP Mode
(p. 19)
. Transport Layer Security (TLS) must be
enabled in the datalogger to use the Gmail mail server. (TLS is automatically
enabled in the CR6 and in the CR1000/CR3000/CR800 with OS revision 24 or
later.)
'Main program variables
Public Batt, RefTemp, Temp
'declare Email parameter strings (as constants), Message String & Result Variable
Const ServerAddr="smtp.gmail.com:587"
Const UserName="[email protected]"
Const Password="password"
Const ToAddr="[email protected], [email protected]"
Const FromAddr=UserName
Const Subject="Email Message Test"
Const Attach=""
Const CRLF = CHR(13) & CHR(10)
Public AlarmTrigger As Boolean
Dim Message As String * 250
Public EmailServerResp As String * 50
Public EmailResult
DataTable (TenSecData,True,-1)
DataInterval (0,10,Sec,10)
Sample (1,Batt,FP2)
Sample (1,Temp,FP2)
EndTable
DataTable(EmailLog,True,10)
Sample (1,EmailResult,FP2)
Sample (1,EmailServerResp,String)
Sample (1,Message,String)
EndTable
Содержание LS300G
Страница 2: ......
Страница 6: ......
Страница 31: ...LS300G GSM GPRS EDGE HSPA Sierra Wireless Cellular Modem 23 FIGURE 9 1 Can t Connect...
Страница 32: ...LS300G GSM GPRS EDGE HSPA Sierra Wireless Cellular Modem 24 FIGURE 9 2 Can t Connect Network Light is Green...
Страница 33: ...LS300G GSM GPRS EDGE HSPA Sierra Wireless Cellular Modem 25 FIGURE 9 3 One computer can connect other s cannot...
Страница 34: ...LS300G GSM GPRS EDGE HSPA Sierra Wireless Cellular Modem 26...
Страница 40: ...Appendix B EmailSend Using the Gmail Outgoing SMTP Server B 4...
Страница 43: ...Appendix C Configuring the LS300G for Dynamic IP C 3 FIGURE C 1 Serial Server Mode with Dynamic IP...
Страница 44: ...Appendix C Configuring the LS300G for Dynamic IP C 4...
Страница 50: ...Appendix E LS300G Settings E 4...
Страница 53: ...Appendix F Regulatory Information F 3 F 6 RoHS Compliance...
Страница 54: ...Appendix F Regulatory Information F 4...
Страница 55: ......