Description: Optional. Specifies a TCP port number other than 25 or service name on which to perform the SMTP conversation with the server. Default port for most mail servers is port 25.
Syntax:
Tcl: MAIL port=number
JScript: MAIL("port=number");
VB Script:
MAIL"port=number"
Argument: "port=", port number or service name
See Also: MAIL
Examples:
MAIL "port=25"
MAIL port=23
Optional. If not specified the default port 25 is used. If the mail server uses other than the default, port 25, the port must be specified in the series.