Hi,
I have a SIM-800L module and I want to send an image file to my server or mail address. I tried with sending via e-mail but I got "Network Error":
OK
AT+EMAILTO=30
OK
AT+SMTPSRV="smtp.gmail.com",25
OK
AT+SMTPAUTH=1,".............@gmail.com","password"
OK
AT+SMTPFROM=".............@gmail.com","name"
OK
AT+SMTPRCPT=0,0,".............@gmail.com","name"
OK
AT+SMTPSUB="Test"
OK
AT+SMTPBODY=4
DOWNLOAD
OK
AT+SMTPSEND
OK
+SMTPSEND: 61
Firstly, I tried with my Gmail account, but some developers say that Gmail uses a secured connection and that might be the problem. Then, I swapped my account to my Hotmail account. Also, I checked if Hotmail provides SMTP protocol and found out that it does. Regardless, I only get the “SMTPSEND: 61” error. If I succeed at this sending email process, I will send emails with attachments like photos, text files, etc.
(I know that @simmoinard has asked similiar questin about 3 years ago. But there was no answer for it. Also @simmoinard if you know any solution you can share with me. I' ll be appreciated)
Does anyone have any suggestions about this error? Or do you have any example AT-commands/codes to send an image file to specified server/e-mail?