E-Mail-Fehler

wenn Einstellungen:

DISCOURSE_DEVELOPER_EMAILS: 'admin@plemya-x.ru'
DISCOURSE_SMTP_ADDRESS: smtp.beget.com
DISCOURSE_SMTP_PORT: 2525 oder 25
DISCOURSE_SMTP_USER_NAME: admin@plemya-x.ru
DISCOURSE_SMTP_PASSWORD: ""
#DISCOURSE_SMTP_ENABLE_START_TLS: true           # (optional, Standard true)
DISCOURSE_SMTP_DOMAIN: plemya-x.ru
DISCOURSE_NOTIFICATION_EMAIL: admin@plemya-x.ru
LETSENCRYPT_ACCOUNT_EMAIL: admin@plemya-x.ru

Fehler:

Jobs::HandledExceptionWrapper: Wrapped Net::SMTPAuthenticationError: 504 PLAIN authentication mechanism not supported

wenn Einstellungen:

DISCOURSE_DEVELOPER_EMAILS: 'admin@plemya-x.ru'
DISCOURSE_SMTP_ADDRESS: smtp.beget.com
DISCOURSE_SMTP_PORT: 465
DISCOURSE_SMTP_USER_NAME: admin@plemya-x.ru
DISCOURSE_SMTP_PASSWORD: ""
#DISCOURSE_SMTP_ENABLE_START_TLS: true           # (optional, Standard true)
DISCOURSE_SMTP_DOMAIN: plemya-x.ru
DISCOURSE_NOTIFICATION_EMAIL: admin@plemya-x.ru
LETSENCRYPT_ACCOUNT_EMAIL: admin@plemya-x.ru

Fehler:

Jobs::HandledExceptionWrapper: Wrapped Net::ReadTimeout: Net::ReadTimeout with #<TCPSocket:(closed)>

Diese Option hat keine Auswirkung in irgendeinem Status

DISCOURSE_SMTP_ENABLE_START_TLS: true

Ich habe eine Lösung gefunden. Fügen Sie in app.yml hinzu:

DISCOURSE_SMTP_AUTHENTICATION: login

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.