LTE Module Series
AG35 SMTP AT Commands Manual
AG35_SMTP_AT_Commands_Manual Confidential / Released 18 / 30
Parameter
Example
AT+QSMTPPUT=300 //Send the email and the maximum time is 300s.
OK
+QSMTPPUT: 0,0 //The email has been sent successfully. If <err>
is not 0, the email can be resent by executing
AT+QSMTPPUT=<timeout> directly.
If there is any error, response:
+CME ERROR: <err>
<timeout> Integer type. The maximum time to send an email. The range is 60-65535. Unit:
second.
<err> Integer type. The error code of the operation. Please refer to Chapter 5. If it is 0, it
means the operation is successful.
<protocol_error> Integer type. For reference only. Indicates the original error code from SMTP
server which is defined in SMTP protocol. For details, please refer to Chapter 6. If
it is 0, it is invalid.