Modifica le impostazioni SMTP in un forum funzionante

Hello, just a quick question. It’s possible to edit SMTP email options on a working forum?
Rebuild command will wipe all forum content (threads, posts, users, design)? in the case that I edit app.yml

Thanks.

2 Mi Piace

Rebuild will not destroy any forum content as that’s stored in a persistent database file. It will stop/rebuild/start the app container, however, so your site will be down during the rebuild time.

4 Mi Piace

Thank you @justin, if I decide to use Mailgun is the SMTP configuration similar to in Sendinblue?
In Sendinblue had to register, confirm. Go to Transactional emails, you see SMTP details like server, port, user and password. Used that information in Discourse installation and everything worked fine.

Or there’s additional configuration within Mailgun? Like configuring DNS/MX records?
Thanks.

1 Mi Piace

This howto gives a general understanding of the MailGun setup process. While it may not be the same for using Digital Ocean as a DNS provider, the general steps are very similar.

3 Mi Piace

in containers/app.yml you can change these settings. Then ./launcher rebuild app

5 Mi Piace

Dovrai andare nella directory in cui hai clonato l’immagine Docker ufficiale di Discourse.

Se hai seguito le linee guida e digitato la directory suggerita /var/discourse durante il clonaggio del repository

git clone https://github.com/discourse/discourse_docker.git /var/discourse

allora dovrai andare in /var/discourse per eseguire il comando rebuild app. Altrimenti, vai nella directory diversa che hai scelto.

cd è un comando per cambiare la directory corrente.

Per eseguire il comando rebuild app se si trova nella directory /var/discourse, digita quanto segue:

cd /var/discourse
./launcher rebuild app

Oppure se stai usando un’altra directory, digita

cd <tua directory scelta>
./launcher rebuild app

Non è necessario ricostruire dopo aver modificato i dettagli SMTP in app.yml.

./launcher destroy app && ./launcher start app

Sarà sufficiente.

3 Mi Piace

Non capisco perché questa non sia un’impostazione di amministrazione. Le impostazioni SMTP non sono scolpite nella pietra e possono cambiare nel tempo.

4 Mi Piace

È corretto?

grazie mille, hai ragione, mi hai salvato

Conoscendo Discourse come lo conosco, ci sarà un motivo molto genuino e valido per questo :smiley:
Qualcuno sa quale potrebbe essere quel motivo? :thinking: