User manual
Confidential, the whole present document is the sole property of Maestro Wireless Solution Ltd.
34
Defined Values:
<port>
Port number of the SMTP server. Default value is 25.
<auth>
Authentication type used for authentication:
0 no authentication required (default)
1 authentication with no encryption
2 authentication used with encrypted username/password in MIME64 during AUTH LOGIN phase
<server>
IP address of SMTP server (in xxx.xxx.xxx.xxx format) or an alpha numeric string format (e.g. smtp.server.com)
Maximum 120 characters
Note: if alpha numeric string format is used, make sure the GPRS network has proper DNS service available.
<id>
login name of the user. Maximum 64 characters.
<pwd>
Password for the user. Maximum 64 characters
.
9.2.2. AT+IPSMTP command
This command is to save, read and delete email addresses of sender, recipient, cc recipient and bcc recipient.
Command Syntax:
AT+EMADDR= <oper>,<id>,<address>
Response syntax:
+EMADDR : <oper><id>,<addr>
OK
Command
Possible responses:
AT+ EMADDR=0,0,”a@abc.com”
OK
Note: store email address id 0 (sender address)
AT+ EMADDR=0,1,”b@abc.com”
OK
Note: store email address id1
AT+ EMADDR=1,1
+EMADDR: 1, "b@abc.com"
Note: read stored address id 1
AT+ EMADDR=2,1
OK
Note: erase email address id1
AT+ EMADDR=?
+EMADDR: (0-2),(0-50), (64)
Note: possible argument
Defined Values:
<oper>
Type of operation:
0 store email address to flash
1 read email address from flash
2 erase email address from flash