SP Get/Set the SMTP Port
Description: This command will get or set the SMTP port number needed to contact the
SMTP server.
Comments: 0 to 65535. The default port number is 578
Get command: SP<0D>
Message Response: (current port)<0D>
Example: Send Command:SP<0D>
Response: A<0D>
Set command: (new port)SP<0D>
Message Response: R<0D>
Example: Send Command: 587SP<0D>
Response: R<0D>
SU Get/Set the SMTP User Login Name
Description: This command will get or set the SMTP name used when logging into the
account.
Comments: A text string such as mylogin
Get command: SU<0D>
Message Response: (current name)<0D>
Example: Send Command: SU<0D>
Response: mylogin<0D>
Set command: (new name)SU<0D>
Message Response: R<0D>
Example: Send Command: mynewloginSU<0D>
Response: R<0D>
SW Get/Set the SMTP Password
Description: This command will get or set the SMTP password needed to log onto the SMTP
server.
Comments: The default is password. Get returns E current password is not returned.
Get command: SW<0D>
Message Response: E<0D>
Example: Send Command:SW<0D>
Response: E<0D>
Set command: (NewPassword)SW<0D>