i uploaded the discourse to the ubuntu server, abandoned the project, backed up my database, wanted to reinstall it and reinstalled it from scratch, created my administrator account, the site was opened, the confirmation mail arrived, so far there are no problems
i came to the backup installation section, I did the backup installation, redirected to the setup wizard screen again, I entered my administrator name password on the first installation, and now the confirmation mail has not arrived, and that’s why I can’t log in to the site, mail is running on zero installation, but when I install the backup, it comes to the installation screen, the confirmation mail does not arrive, what’s the problem ? if my mail server was problematic, the mail after the zero installation would not have arrived
i installed it with the version I backed up, the version is the same
My guess is that your database has the wrong notification email address, so it’s trying to send from some address that your mail server won’t deliver for. You can do something like
./launcher enter app
SiteSetting.notification_email='noreply@your-valid-email-sending-domain.com'
The notification email address is the address that Discourse sends FROM not to.
If you can find that email you can see what address it was sent from and change the setting I referred to earlier. And also test if you look at the troubleshooting page I linked to.
I’m reinstalling, I received an email with my site name, can I use another name instead of the word noreply? example support@mydomain.com notification for mail
If you did a standard install, the notification email should be in your app.yml in ENV variable DISCOURSE_NOTIFICATION_EMAIL, so it should not be changed if you restore the database.