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
Situación 1:
Al intentar registrar un usuario, Discourse envía correos repetidamente.
Tuve que terminar manualmente las tareas de reintento en sidekiq.
Situación 2:
Intenté usar el correo de prueba interno.
Aparece un error después de hacer clic en enviar.
Sin embargo, cuando abro el buzón de correo, el correo llega con éxito.
Gracias por tu respuesta. Los dos ejemplos que proporcionaste son casi idénticos a mi situación. Revisé el contenido relevante cuidadosamente, pero todavía no entiendo cómo resolverlo.
hola de nuevo, el PR ha sido fusionado. una vez que tengas el código actualizado, por favor házmelo saber si todavía no ves un mensaje de error legible por humanos.
Gracias por su ayuda, pero todavía no puedo resolver el problema del correo electrónico de QQ, así que tuve que cambiar a un correo electrónico de gmail, y ahora funciona perfectamente.