User manual

Confidential, the whole present document is the sole property of Maestro Wireless Solution Ltd.
37
9.2.5. AT+EMSEND command
This command is send an email with pre-saved email subject(using AT+EMSUBJ command); pre-saved email body
(content) (using AT+EMBODY command), plus an additional email body to pre-saved email address(es) (using
AT+EMADDR command). Maximum three (group of) reipent(s) can be sent for a single email:
- standard recipient,
- carbon copy (cc) recipient,
- blind carbon copy (cc) recipient.
Command Syntax:
AT+EMSEND= <to_id>,<cc_id>,<bcc_id>,<subj_id>,<body_id>,<add_body>
Response syntax:
+EMSEND : <result>
OK
+CME EORROR 3
Command
Possible responses:
AT+ EMSEND=1
+EMSEND: 0
OK
Note: minimum email (no subject and body)successfully
sent email to email address stored <id>=1
AT+ EMSEND=0,0,2
+EMSEND: 0
OK
Note: minimum email (no subject and body)successfully
sent email to email address stored <id>=1 as bcc
recipient
AT+ EMSEND =1,2,3,1,1,extra
+ EMSEND: 0
OK
Note: email with subject stored with <id>=1; body stored
with <id>=1 and additional body extrais sent to:
Address with <id>=1 as recipient,
Address with <id>=2 as cc recipient,
Address with <id>=3 as bcc recipient
AT+ EMSEND=1,2,3,1,1,extra
+CME ERROR:3
Note: email sending fail (possible reason : IP not
connected)
AT+ EMSEND=1,2,3,1,1,extra
+EMSEND: 550
OK
email sending fail (smtp reply code: No such user here)
Defined Values:
<to_id>
Identification number (id) of the email address(es) that as a normal email recipient. Valid value is 0 to 50.('0' or missing
parameter means no recipient for this email).
<cc_id>
Identification number (id) of the email address(es) that as a "carbon copy" (cc) email recipient. Valid value is 0 to 50. ('0'
or missing parameter means no cc recipient for this email).
<cc_id>
Identification number (id) of the email address(es) that as a "blind carbon copy" (cc) email recipient. Valid value is 0 to 50.
('0' or missing parameter means no recipient for this email)
<subj_id>
Identification number (id) of the email subject. Valid value is 0 to 10. ('0'or missing parameter means no subject for this
email).