You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To enable STARTTLS and enable/disable specific protocols, some more properties need to be set in factory.ini

[smtp]
mail.smtp.user          = user
mail.smtp.password      = password

mail.smtp.port          = 25

mail.smtp.starttls.required    = true
mail.smtp.ssl.protocols = TLSv1
mail.smtp.auth.mechanisms = PLAIN
  • No labels