Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

problemSim800

PietNel

Newbie
Joined
Mar 26, 2024
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
Good day.

I'm trying to send a email from sim800H but keeps giving smtpsend61 error. All the commands are successful but not the last one.

Here is the part of the code where I send the AT Commands

Code:
sendATcommand2("AT+EMAILCID=1");
sendATcommand2("AT+EMAILTO=30");
sendATcommand2("AT+SMTPSRV?");
sendATcommand("AT+SMTPSRV=\"mail.smtp2go.com\",2525", 1000);
sendATcommand2("AT+SMTPAUTH=1,\"pietnel007@icloud.com\",xxxxxx");
sendATcommand2("AT+SMTPFROM=\"pietnel007@icloud.com\",DRILL RIG");
sendATcommand2("AT+SMTPRCPT=0,0,\"pietneloo6@gmail.com\",Piet Nel");
sendATcommand2("AT+SMTPSUB=\"THIS IS A TEST EMAIL\"");
sendATcommand2("AT+SMTPBODY=\"20\"");
sprintf(aux_str, "\This s a test email\"");
sendATcommand(aux_str);
sendATcommand2("AT+SMTPSEND");

Any assistance will be appreciated
 
Last edited by a moderator:

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top