Für alle tekkies die eine eigene Instanz aufsetzen und den Mailversand mit Plesk nicht auf Anhieb klappt.

Folgende Einstellungen haben bei mir in der /live/.env.production funktioniert:

SMTP_DELIVERY_METHOD=smtp
SMTP_SERVER=example.com
SMTP_PORT=465
SMTP_LOGIN=notifications@example.com
SMTP_PASSWORD=PASSWORT
SMTP_FROM_ADDRESS=Mastodon <notifications@example.com>
SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_SSL=true
SMTP_TLS=true
SMTP_Domain=example.com
SMTP_AUTH_METHOD=Login
SMTP_OPENSSL_VERIFY_MODE=peer

Comments are closed