LTE Module Series
AG35 SMTP AT Commands Manual
AG35_SMTP_AT_Commands_Manual Confidential / Released 23 / 30
//Configure SMTP server.
AT+QSMTPCFG="smtpserver","smtp.163.com",25 //Set SMTP server address and port.
OK
//As the SMTP server is different, the account information will be different as well. As an example, the
following information is provided.
AT+QSMTPCFG="account","sishen664551","wq664551" //Set username and
password.
OK
AT+QSMTPCFG="sender","sishen664551","sishen664551@163.com" //Set sender name and
sender address.
OK