Mastodon
Mastodon

Keine Lust auf Twitter?

Join uns einfach auf Mastodon:

https://talk.stayas.one/invite/Y8B2UmGP

Kostenlos und dezentral 🙂

Technische Info für Admins

Für alle tekkies die eine eigene Instanz aufsetzen und den Mailversand mit Plesk wie ich nicht hin bekommen, folgende Einstellungen haben bei mir in der /live/.env.production funktioniert:

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

Share this content: