Ciao,
Ho un problema strano, ho eseguito i comandi e le modifiche, ma ho ancora questo errore.
## TODO: The SMTP mail server used to validate new accounts and send notifications
# SMTP ADDRESS, username, and password are required
# WARNING the char '#' in SMTP password can cause problems!
DISCOURSE_SMTP_ADDRESS: mail.spm-corp.fr
DISCOURSE_SMTP_PORT: 465
DISCOURSE_SMTP_USER_NAME: XXXX@spm-corp.fr
DISCOURSE_SMTP_PASSWORD: "XXXXXXXXXXXX"
#DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true)
DISCOURSE_SMTP_DOMAIN: spm-corp.fr
DISCOURSE_NOTIFICATION_EMAIL: XXXX@spm-corp.fr
Ho modificato ed eseguito il comando
rails r "SiteSetting.notification_email ......"
niente vuole funzionare
Ho sempre questo errore
Rendered layouts/email_template.html.erb (Duration: 0.3ms | Allocations: 34)
Delivered mail 87e79779-6693-4fa2-b5f3-3647b6e19768@forums.spm-corp.fr (5043.4ms)
Job exception: Net::ReadTimeout
il link di Discourse è forums.spm-corp.fr
Non ho problemi di comunicazione tra il server di posta e Discourse
Ho persino resettato la cartella Discourse e quella di discourse_docker
Grazie per il tuo aiuto
Mi scuso se questo argomento è già stato discusso.