Record - email : SmtpConfig

Configuration of the SMTP Endpoint.

Fields

  • port int (default 465)
  • Port number of the SMTP server

  • enableSsl boolean (default true)
  • If set to true, use SSL to connect and use the SSL port by default. Defaults to true for the "smtps" protocol and false for the "smtp" protocol.