Neo_M660 AT Command Set
Copyright © Neoway Technology Co., Ltd
77
14.7 Sending an Email: +SMTPSEND
Description
To send an email
Format
AT+SMTPSEND<CR>
Parameter
N/A
Return
Value
See the Example.
Example
AT+SMTPSEND
OK
Remarks
There is a delay to return OK.
15 POP3 Commands
15.1 Connecting POP3 Server: +POPSRV
Description
To connect to the POP3 server
Format
AT+POPSRV=<addr>,<port><CR>
Parameter
<addr>: POP3 server address
< port >: Destination port ID. In general, the port ID of the POP3 server is 110.
Return
Value
See the Example.
Example
AT+POPSRV="pop3.163.com",110
OK
AT+POPSRV="pop.qq.com",110
OK
Remarks
Some email server supports POP rather than POP3.
15.2 Using Account to Log In to the Emailbox: +POPAUTH
Description
To use an account to log in to the emailbox
Format
AT+POPAUTH=<user>,<password><CR>
Parameter
<user>: Email account
<password>: Password for the account
Return
Value
See the Example.