AC75 AT Command Set
10.3 AT^SISS s
AC75_ATC_V01.002 Page 266 of 569 10/30/06
Confidential / Released
4. SMTP
User name to be used for SMTP authentication (string).
Length: 4 ... 64.
If SMTP authentication is disabled, i.e. "smAuth" flag not set, user name
parameter will be ignored.
5. POP3
User name identifying a mailbox, i.e. mailbox name (string).
Length: 1 ... 64.
passwd Pa ssword string
1. Socket
Not applicable.
2. FTP
Not applicable; set within "address" parameter.
3. HTTP
Length: 2 ... 31
Password for the HTTP authentication mechanism. Currently HTTP simple
authentication is supported only.
4. SMTP
Password to be used for SMTP authentication (string).
Length: 4 ... 64.
If SMTP authentication is disabled, i.e. "smAuth" flag not set, password
parameter will be ignored.
5. POP3
Server/mailbox-specific password (string).
Length: 1 ... 64.
Used to perform authentication with a POP3 server.
conId Internet connection profile to be used, for details refer AT^SICS.
tcpPort TCP Port Number
1. Socket
Not applicable; set within "address" parameter.
2. FTP
Not applicable; set within "address" parameter.
3. HTTP
Not applicable; set within "address" parameter.
If parameter is omitted the service connects to HTTP default port 80.
4. SMTP
SMTP server TCP port number (numeric)
Length: 0 ... 216-1
If this parameter is not set, SMTP default port number 25 is used.
5. POP3
POP3 server TCP port number (numeric)
Length: 0 ... 216-1
If this parameter is not set, POP3 default port number 110 is used.
address String value, depending on the service type either a URL in the case of Socket,
FTP and HTTP or an address in the case of SMTP and POP3:
1. Socket
- Socket type TCP client URL
"socktcp://'host':'remote tcpPort'[;disnagle='0|1'] "
"disnagle" is optional for disabling the TCP Nagle algorithm.
0: Nagle algorithm is enabled (default).
1: Nagle algorithm is disabled.
- Socket type TCP server URL
"socktcp://listener:'local tcpPort' "
- Socket type UDP endpoint URL
"sockudp://:'local udpPort' "