User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-49
34.5.6 +iSMP Define SMTP Login Password
Syntax: AT+iSMP=pass Permanently sets authenticated SMTP login
password.
Parameters: pass = Password to be used when logging on to an
SMTP server that requires authentication.
Command Options:
pass='' Empty: No SMTP authentication password
defined.
pass=<password> password will be used to login to an
authenticated SMTP server.
Default: Empty. No password defined.
Result code:
I/OK If password is an empty or a legal SMTP login
password.
I/ERROR Otherwise.
AT+iSMP~pass Temporarily set the SMTP login password to pass.
The permanent value will be restored after
completing the next session, whether the session
was successful or not.
AT+iSMP? Report the current SMTP login password. The
reported value will consist of '*' characters. The
number of '*' characters shall reflect the number of
characters in the actual password. If a password
does not exist, only <CRLF> will be returned.
The reply is followed by I/OK.
AT+iSMP=? Returns the message ‗String‘.
The reply is followed by I/OK.