Hello, after consultation with the hoster, there is no possibility for me to create an email address with subdomain. Therefore, I would like to ask how I can change the email address from the mails (from the forum, for example, during registration) from noreply@forum.rlv.link to noreply@rlv.link.
Thereās a line at the very bottom of your app.yml file
discourse_docker/samples/standalone.yml at 333b879a0889db082741a1ae431612a9fa74cb91 Ā· discourse/discourse_docker Ā· GitHub
#- exec: rails r āSiteSetting.notification_email=āinfo@unconfigured.discourse.orgāā
Remove the #
then change the email address to the one you want to use.
Rebuild to let changes take effect.
Alternatively, if You have already installed discourse then you can enter your site settings and search for notification_email
and edit the email there.
2 Likes
I think ./launcher rebuild app
1 Like
Yes, thatās the command youāll need.
Thank you, everything is finally working!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.