Specifications

Chapter 10 – Internet Service Commands
Multi-Tech Systems, Inc. AT Commands for EDGE (E1) Modems (S000474A) 181
10.14.9 Configuring SMTP Service Profile
First set up a connection profile as explained in Section 10.1.1 or Section 10.1.2. Enter at least all parameters which
are mandatory for a CSD or GPRS profile. The example uses the connection profile ID 1 and the service profile ID 9.
at^siss=9,srvType,"Smtp" Select service type SMTP.
OK
at^siss=9,alphabet,"1" Choose ASCII alphabet.
OK
at^siss=9,conId,"1" Select connection profile 1.
OK
at^siss=9,address,"192.168.1.2" Specify SMTP server address.
OK
at^siss=9,user,"subscriber1" Specify sender's user name required for SMTP authentication.
OK
at^siss=9,passwd,"subscr1" Specify password used by the sender for SMTP authentication.
OK
at^siss=9,smFrom,subscriber1@testdomain.com Sender's email address.
OK
at^siss=9,smRcpt,"subscriber2@testdomain.com Recipient's email address.
OK
at^siss=9,smSubj,"Meeting Request Sunday Morning" Enter text for subject field.
OK
at^siss=9,smAuth,"1" Sender name and password can be used for SMTP
authentication.
OK
at^siss? To check the profile enter the AT^SISS read command.
^SISS: 0, "srvType", "" The response includes the values of all 10
^SISS: 1, "srvType", "" connection profiles. In this example, no values are
^SISS: 2, "srvType", "" set for the profiles 0 through 8. Service profile 9 contains
^SISS: 3, "srvType", "" the values specified above and the values automatically
^SISS: 4, "srvType", "" assumed by default.
^SISS: 6, "srvType", ""
^SISS:7, "srvType", ""
^SISS: 8, "srvType", ""
^SISS: 9, "srvType", "Smtp"
^SISS: 9, "conId", "1"
^SISS: 9, "alphabet", "1"
^SISS: 9, "address", "192.168.1.2"
^SISS: 9, "user", "subscriber1"
^SISS: 9, "passwd", "*******"
^SISS: 9, "smFrom", "subscriber1@testdomain.com"
^SISS: 9, "smRcpt", "subscriber2@testdomain.com"
^SISS: 9, "smCC", ""
^SISS: 9, "smSubj", "Meeting Request Sunday Morning"
^SISS: 9, "smHdr", ""
^SISS: 9, "tcPort", "25" Default: TCP port number commonly used for SMTP.
^SISS: 9, "smAuth", "1"
^SISS: 9, "tcpMR", "10" Default: Number of retransmission attempts for TCP packets is
10 (= default of AT^SCFG).
^SISS: 9, "tcpOT", "6000" Default: Timeout before closing outstanding TCP connection is
6000 sec (= default of AT^SCFG).
OK