Page 1 of 1

Multiple phone numbers for notifications?

PostPosted: Tue Sep 10, 2013 9:01 pm
by 2L82TRY
Is it possible to add more than one phone number for the sms notifications? I tried by copying what was there for the second phone number but its not correct. Thanks

Re: Multiple phone numbers for notifications?

PostPosted: Wed Sep 11, 2013 10:12 am
by support
Hi,

It's not possible out-of-the-box, but you can modify the .INO code to have that work out
for you. To do so, you'd have to have an array of smtpToForSms (instead of a single item),
and loop over that array for sending to each of the array's members.

If you do and it works for you, please be kind and share your code for others to use in
our "Arduino Backend Enhancements" forum.

Best regards,