neos / swiftmailer

A Flow package for easy use of SwiftMailer
MIT License
14 stars 18 forks source link

TASK: Complete TLS/SSL SMTP example and documentation #7

Closed lorenzulrich closed 7 years ago

lorenzulrich commented 7 years ago

The TLS/SSL SMTP example is incomplete as it misses the encryption property. Since port 465 is normally used for SSL, the example uses ssl value, but tls is added as a possibility on top of the example.