smtp command
Use this command to display and configure settings for the SMTP interface.
Running the smtp command with no options displays all SMTP interface information. The following table shows the arguments for the options.
Option | Description | Values |
---|---|---|
-auth | SMTP authentication support | enabled, disabled |
-authepw | SMTP authentication encrypted password | Valid password string |
-authmd | SMTP authentication method | CRAM-MD5, LOGIN |
-authn | SMTP authentication user name | String (limited to 256 characters) |
-authpw | SMTP authentication password | String (limited to 256 characters) |
-pn | SMTP port number | Valid port number |
-s | SMTP server IP address or host name | Valid IP address or host name (63 character limit) |
Syntax:
smtp [options]
option:
-auth enabled|disabled
-authepw password
-authmd CRAM-MD5|LOGIN
-authn username
-authpw password
-s ip_address_or_hostname
-pn port_number
Example:
system> smtp
-s test.com
-pn 25
system>
Give documentation feedback