Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeUsageDescription
mail.smtp.hostRequiredHost name or IP address of the mail server.
mail.smtp.portRequiredThe port number for SMTP access to the mail server.


Optional settings include - but are not limited to - settings specific for your mail server, e.g. for authentication:

AttributeUsageDescription
mail.smtp.portOptionalThe port number for SMTP access to the mail server.
mail.smtp.timeoutOptional

Socket read timeout for mail server connection.

mail.smtp.connectiontimeoutOptionalSocket connection timeout for mail server.
mail.smtp.userOptionalUser name for the account that sends e-mail.
mail.smtp.passwordOptionalPassword for the account that sends e-mail.
mail.smtp.ssl.protocolsOptionalSpecifies the TLS protocol version, e.g. TLSv1, TLSv1.1, TLSv1.2, should an SSL connection be used

...