Neo_M660 AT Command Set
Copyright © Neoway Technology Co., Ltd
75
Example
AT+SMTPAUTH="zhangyanun101","167483"
OK
Remarks
The link can be set up successfully only after you set the destination address and port ID
correctly.
14.3 Setting SMTP Sending Parameters: +SMTPFROM
Description
To set the SMTP sending parameters
Format
AT+SMTPFROM =<sender>,<name><CR>
Parameter
< sender >: The email address of the sender
< name >: The name of the sender (user-defined)
Return
Value
See the Example.
Example
AT+SMTPFROM="[email protected]","Damon"
OK
Remarks
The content before @ in the sender email address must be the same as the login email
account.
14.4 Setting SMTP Receiving Parameters: +SMTPRCPT
Description
To set the SMTP receiving parameter
Format
AT+SMTPRCPT=<receiver_type>,<receiver_num>,<receiver_addr>,<
receiver_name><CR>
Parameter
<receiver_type>:
0: Receiver
1: Copy to
2: Bcc to
<receiver_num >:
0~9: (
<receiver_type>
is
0
or
1
)
0~5: (
<receiver_type>
is 2)
<receiver_addr >: The email address of receivers
< receiver_name >: The name of the receiver
Return
Value
See the Example.
Example
AT+SMTPRCPT=0,0,"[email protected]","yf"
OK
AT+SMTPRCPT=0,1,"[email protected]","yg"
OK
Add the first receiver
Add the second receiver