Send sms from arduino ethernet webserver

can i send a sms from my arduino ethernet webserver
for example when the security seystem detect any motion my arduino webserver send a sms to my phone

iam also trying to do that.. but i cant seem to find any way to do it.. :frowning:

iam think in sending only a email.. and thats it.. but sms would be much better..

I found a way. :slight_smile:

I used the info from this page:

and the email client code here:
http://playground.arduino.cc/Code/Email

You need to do a nslookup for the email text message server name. The servers for most carriers are listed on the howstuffworks page above. I use Verizon, and its email text message domain is vtext.com, so mine went something like this at a command prompt:

nslookup
set query=mx
vtext.com

It showed the mail exchanger "smtp-sl.vtext.com". That is what I used for the email server.

For the "RCPT To:" and "To:", I used my phone number and the domain. If my phone is 123-456-7890, then
1234567890@vtext.com

I press the 'e', and a few seconds after the "Email sent" message, I hear "DING!" from my phone. I have a sms waiting. :slight_smile:

Hi.
did you ever figure out how to do this?
I am trying to send a text message to my verizon phone but have had no luck.

Let Arduino Yun send out SMS absolutely free (U.S. and Canada only)

http://forum.arduino.cc/index.php?topic=210326.0

Let Arduino Yun send out SMS world wide

http://forum.arduino.cc/index.php?topic=210326.msg1581356#msg1581356