SIM5300E AT Command Manual V1.02
Write Command
AT+SMTPRCPT=
<rcptType>
[,<index>
[,<rcptAddress>
[,<rcptName>]]]
Response
OK
If error is related to ME functionality:
+CME ERROR: <err>
Parameters
<rcptType> The type of recipient, the types of TO and CC are used to
constructe-mail header in the field:”To:” or “Cc:”.
0 TO, Normal Recipient.
1 CC, Carbon Copy recipient.
2 BCC, Blind Carbon Copy recipient.
<index> Index of the type of recipient, decimal format.
<rcptAddress> The Email recipient address.
<rcptName> The Email recipient name.
<rcptAddressLength> The max length of <rcptAddress>.
<rcptNameLength> The max length of <rcptName>.
Reference
Note:
If only <rcptType> is given,it will delete all items of <rcptType>
If only <rcptType> and <index> are given,it will delete the <index>
item of <rcptType>.
14.2.7 AT+SMTPSUB Set the Email Subject
AT+SMTPSUB Set the Email Subject
Test Command
AT+SMTPSUB=?
Response
+SMTPSUB: <subjectLength>
OK
Read Command
AT+SMTPSUB?
Response
+SMTPSUB: <subject>
OK
Write Command
AT+SMTPSUB=
<subject>
Response
OK
If error is related to ME functionality:
+CME ERROR: <err>