-smtpserver <name|IP> [-smtpport <port> -smtpuser <name> -smtppassword <password> -usessl <yes | no>]
| Command | Parameter | Description | Example |
|---|---|---|---|
| -smtpserver | <name> | The SMTP Email server name. | smtpserver smtp.server.com |
| -smtpport | <port> | The port on which your SMTP Email server
accepts email. Note: This command-line argument is optional. If it
is not provided, the default port value is 25.
|
-smtpport 465 |
| -smtpuser | <name> | The user name that is authenticated against
the SMTP Email server. Note: This command-line argument is optional.
If it is not provided, no authentication is used.
|
-smtpuser admin |
| -smtppassword | <password> | The password that is used to authenticate
against the SMTP Email server. Note: This command-line argument is
optional. If it is not provided or an empty string is provided, then
an empty password is passed if it is used with the -smtpuser argument.
|
-smtppassword secret |
| -usessl | <yes|no> | The specification for whether the SMTP Email
server uses SSL. Note: This command-line argument is optional. If
it is not provided, the default value is yes.
|
-usessl no |