Erros de email

se configurações:

DISCOURSE_DEVELOPER_EMAILS: 'admin@plemya-x.ru'
DISCOURSE_SMTP_ADDRESS: smtp.beget.com
DISCOURSE_SMTP_PORT: 2525 ou 25
DISCOURSE_SMTP_USER_NAME: admin@plemya-x.ru
DISCOURSE_SMTP_PASSWORD: ""
#DISCOURSE_SMTP_ENABLE_START_TLS: true           # (opcional, padrão true)
DISCOURSE_SMTP_DOMAIN: plemya-x.ru
DISCOURSE_NOTIFICATION_EMAIL: admin@plemya-x.ru
LETSENCRYPT_ACCOUNT_EMAIL: admin@plemya-x.ru

erro:

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

se configurações:

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           # (opcional, padrão true)
DISCOURSE_SMTP_DOMAIN: plemya-x.ru
DISCOURSE_NOTIFICATION_EMAIL: admin@plemya-x.ru
LETSENCRYPT_ACCOUNT_EMAIL: admin@plemya-x.ru

erro:

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

esta opção não afeta em nenhum status

DISCOURSE_SMTP_ENABLE_START_TLS: true

Encontrei a solução. Em app.yml adicione:

DISCOURSE_SMTP_AUTHENTICATION: login

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