DISCOURSE_DEVELOPER_EMAILS: 'xxx@gmail.com'
## TODO: Configure the mail server
## (used for validation of new accounts, notifications, digests, etc.)
## required: hostname of the SMTP mail server used to send mail
DISCOURSE_SMTP_ADDRESS: smtp.qq.com
## uncomment to set the port to something other than the default (25)
DISCOURSE_SMTP_PORT: 587
## USER_NAME / PASSWORD required if the SMTP provider needs authentication
## WARNING: a '#' in the SMTP password can be misinterpreted; ensure it's inside string quotes, e.g.:
## DISCOURSE_SMTP_PASSWORD: "#pass#ord"
DISCOURSE_SMTP_USER_NAME: xxx@qq.com
DISCOURSE_SMTP_PASSWORD: "xxx"
## uncomment to enable implicit TLS at connection time, probably needed for using port 465
#DISCOURSE_SMTP_FORCE_TLS: true
## uncomment to set the HELO/EHLO domain, only set if required by provider
#DISCOURSE_SMTP_DOMAIN: discourse.example.com
## the address from which notifications are sent
DISCOURSE_NOTIFICATION_EMAIL: xxx@qq.com
## uncomment to change server certificate verification
#DISCOURSE_SMTP_OPENSSL_VERIFY_MODE: peer # peer|none
## uncomment to override the authentication method
DISCOURSE_SMTP_AUTHENTICATION: login # plain|login|cram_md5
Cenário 1:
Ao tentar registrar um usuário, o Discourse envia e-mails repetidamente.
Tive que encerrar manualmente as tarefas de repetição no sidekiq.
Cenário 2:
Tentei usar o e-mail de teste interno.
Após clicar em enviar, aparece um erro.
No entanto, ao abrir a caixa de entrada do e-mail, percebo que a mensagem chegou com sucesso.
Obrigado pela resposta. Os dois exemplos que você forneceu são quase idênticos à minha situação, e eu revisei cuidadosamente o conteúdo relevante, mas ainda não consigo descobrir como resolver.
olá novamente, o PR foi mesclado. assim que você tiver o código atualizado, por favor, me avise se ainda não estiver vendo uma mensagem de erro legível por humanos.
Agradeço a sua ajuda, mas ainda não consegui resolver o problema com o e-mail do QQ, então tive que mudar para o e-mail do Gmail, e agora está tudo normal.
huh, dang, desculpe por não ter fornecido um erro melhor, mas fico feliz em saber que você conseguiu fazer funcionar de qualquer maneira. Abri um tópico interno para investigar mais a fundo e talvez atualizar alguma documentação para alertar sobre isso, mas parece ser um problema recorrente especificamente com o QQ Mail. Houve vários relatos de que o QQ Mail causa esse mesmo problema ao longo dos anos.