Hi,
I am trying to have the same alert and status information sent to multiple recipients - email addresses and phones, using SMS. I am using a DT800 with a cellular modem.
I have tried the following code but it does not seem to work. I only receive messages at the first email address listed, and I will get one for each line below. Is there a better way to attempt to send a single SMS message to multiple email addresses and phones? The code I tried looks something like that below.
DO'AT+CMGS=username1@@domain1.com^M'
DO'EVENT EC=?302F0 (# @) P=?6psi (Min ?165) T=?7F2ntu (Max ?175F2) C=?1F2mg/L^M'
DO'AT+CMGS=username2@@domain2.com^M'
DO'EVENT EC=?302F0 (# @) P=?6psi (Min ?165) T=?7F2ntu (Max ?175F2) C=?1F2mg/L^M'
DO'AT+CMGS=username3@@domain3.com^M'
DO'EVENT EC=?302F0 (# @) P=?6psi (Min ?165) T=?7F2ntu (Max ?175F2) C=?1F2mg/L^M'
3/12: As an update - I have figured out how to get around this - by setting up an email forwarding to system with an ISP. But I would still appreciate any feedback still on the above.
Stu
Hi,
I am trying to have the same alert and status information sent to multiple recipients - email addresses and phones, using SMS. I am using a DT800 with a cellular modem.
I have tried the following code but it does not seem to work. I only receive messages at the first email address listed, and I will get one for each line below. Is there a better way to attempt to send a single SMS message to multiple email addresses and phones? The code I tried looks something like that below.
````
DO'AT+CMGS=username1@@domain1.com^M'
DO'EVENT EC=?302F0 (# @) P=?6psi (Min ?165) T=?7F2ntu (Max ?175F2) C=?1F2mg/L^M'
DO'AT+CMGS=username2@@domain2.com^M'
DO'EVENT EC=?302F0 (# @) P=?6psi (Min ?165) T=?7F2ntu (Max ?175F2) C=?1F2mg/L^M'
DO'AT+CMGS=username3@@domain3.com^M'
DO'EVENT EC=?302F0 (# @) P=?6psi (Min ?165) T=?7F2ntu (Max ?175F2) C=?1F2mg/L^M'
````
3/12: As an update - I have figured out how to get around this - by setting up an email forwarding to system with an ISP. But I would still appreciate any feedback still on the above.
Stu