mail.smtp.port Specify the port of the mail server. Key: mail.smtp.port Type: Integer Can be set in: global.cfg Description This sets the port the mail server is listening on. Default Value mail.smtp.port=25 By default it is assumed the mail server is listening on port 25. Examples If the mail server is listening on port 1025 set: mail.smtp.port=1025 See Also Specify if the mail server requires authentication. (mail.smtp.auth) Specify the hostname of the mail server to use. (mail.smtp.host) Specify a password when authenticating with the mail server. (mail.smtp.password) Specify a username when authenticating with the mail server. (mail.smtp.user)