Comment puis-je remplacer le serveur smtp configuré dans discourse ?

Assuming you followed the standard install, the SMTP settings used during discourse setup are stored in the app.yml

Look in /var/discourse/containers

After editing that file you can either run a rebuild from the terminal, or the shorter:

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

2 « J'aime »