cqemailrelay.pl script parameters for the SMTP Email server

These commands and parameters for the cqemailrelay.pl Perl script are used to configure the SMTP Email server. The parameters are specific to your SMTP Email server that EmailRelay uses when sending email.

-smtpserver <name|IP> [-smtpport <port> -smtpuser <name> -smtppassword <password> -usessl <yes | no>] 
Table 1. cqemailrelay.pl SMTP EmailRelay server parameters

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