ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 451 of 545 2020-04-15
3.15.9. AT#EADDR - E-mail Sender Address
This command sets the sender address string to be used for sending the e-mail.
AT#EADDR=[<eAddr>]
Parameter:
sender address. This parameter can be set to any string with
any length up to the one reported by the test command.
AT#EADDR?
Read command reports the current sender address, in the format:
#EADDR: <eAddr>
AT#EADDR=?
Test command returns the maximum allowed length of the string parameter <eAddr>.
The examples describe how to set and get the sender e-mail address.
Set the sender e-mail address.
AT#EADDR="me@email.box.com"
OK
Get sender e-mail address.
AT#EADDR?
#EADDR: "me@email.box.com"
OK