TC63 AT Command Set
10.2 AT^SISS s
TC63_ATC_V00.490 Page 253 of 501 5/24/05
Confidential / Draft - Do not copy
^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"
^SISS: 9, "smAuth", "1"
OK
at^siso=9
Open the service, i.e. start to send the email.
OK
^SISW: 9, 1
URC indicates that data are available for transmis-
sion.
at^sisw=9,87
The email to be sent has 87 bytes.
^SISW: 9, 87
The write command response confirms that 87 bytes
are available for transmission.
Good Morning everyone, we are delighted to
announce our next meeting on Sunday morning.
Write the message text.
OK
at^sisc=9
Close the service.
OK
^SISW: 9, 2
The URC confirms that all data have been sent suc-
cessfully.
at^siso?
Use the AT^SISO command to check the connection
state of the service profile 9. The response confirms
that the SMTP service and the socket have been
closed, 87 bytes have been transferred, no bytes
received. Furthermore sender and recipient
addresses are stated.
^SISO: 0, "svrType", ""
^SISO: 1, "svrType", ""
^SISO: 2, "svrType", ""
^SISO: 3, "svrType", ""
^SISO: 4, "svrType", ""
^SISO: 6, "svrType", ""
^SISO: 7, "svrType", ""
^SISO: 8, "svrType", ""
^SISO: 9, "Smtp","2","1","87","0","10.10.0.101:5760","192.168.1.2:25"
OK