We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Can anyone advise me how to send a mail from my GM862-py-GPS.
I have tried method 3 in the easy gprs user guide, but i always get "ERROR"
AT+CGDCONT=1,"IP","internet.gprs","0.0.0.0",0,0<cr> (1-GPRS context setting)
AT#USERID = "my user id"<cr> (2-Authentication setting)
AT#PASSW = "my password"<cr> (3-Authentication setting)
AT#ESMTP = "send.one.com"<cr> (4-SMTP server setting)
AT#EUSER = ""<cr> (5-Authentication setting)
AT#EPASSW = ""<cr> (6-Authentication setting)
AT#EADDR= ""<cr> (7-Sender address setting)
AT#ESAV (8-save settings)
AT#SEMAIL="receiver","Email test",0
ctrl-z
Please set AT+CMEE=2 for verbose error messages.
code 562 (connection failed)…
The below code worked once( mail came through), but now i can’t reproduce it…..
at+cgdcont=1,ip,internet,0.0.0.0,0,0
OK
at#esmtp=send.one.com
OK
at#userid=MYMAIL
OK
at#euser=MYMAIL
OK
at#epassw=MYCODE
OK
at#esav
OK
at#semail="MYMAIL","test",0
> aaaaaaCTRL-Z
OK
Ok – case closed – it’s working