تغيير إعدادات SMTP في منتدى يعمل

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)

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 إعجابات

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)

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 إعجابات

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

5 إعجابات

سيتعين عليك الانتقال إلى الدليل الذي استنسخت منه صورة Docker الرسمية لـ Discourse.

إذا كنت قد اتبعت الإرشادات وكتبت الدليل المقترح /var/discourse عند استنساخ المستودع

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

فستحتاج إلى الانتقال إلى /var/discourse لتشغيل أمر إعادة بناء التطبيق. بخلاف ذلك، انتقل إلى الدليل المختلف الذي اخترته.

cd هو أمر لتغيير الدليل الحالي.

لتشغيل أمر إعادة بناء التطبيق إذا كان موجودًا في الدليل /var/discourse، اكتب ما يلي:

cd /var/discourse
./launcher rebuild app

أو إذا كنت تستخدم دليلاً آخر، فاكتب

cd <your chosen directory>
./launcher rebuild app

لا يلزم إعادة البناء بعد تغيير تفاصيل SMTP في ملف app.yml.

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

سيكون كافياً.

3 إعجابات

لا أفهم لماذا هذا ليس إعدادًا للمسؤول. إعدادات SMTP ليست ثابتة ويمكن أن تتغير بمرور الوقت.

4 إعجابات

هل هذا صحيح؟

شكراً جزيلاً، أنت على حق، لقد أنقذتني.

معرفتي بـ Discourse، سيكون هناك سبب حقيقي وصالح جدًا لهذا :smiley:
هل يعرف أحد ما هو هذا السبب؟ :thinking: