Change server email adress

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
https://github.com/discourse/discourse_docker/blob/333b879a0889db082741a1ae431612a9fa74cb91/samples/standalone.yml#L102

#- 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.