Skip to content

Fix SMTP mailer example

Steph requested to merge Steph/pleroma:bugfix/smtp-config-examples into develop

Using both ssl: true and tls: :always tries to use TLS and STARTTLS on the same SMTP connection, causing it to fail.

Merge request reports