I’m sending Discourse emails through Elastic Email. I noticed that when they arrive in my inbox, the “From” field says noreply@0.0.0.0 via domain.com (with the real IP and domain that my discourse install uses).
Is this normal for Discourse to send it like that with the IP address instead of from noreply@domain.com? Or do I have something configured incorrectly? Thanks!
Thanks! It was the notification email. I guess it was still set to the IP address from when I first setup the container. Didn’t see that setting when I looked for it.
I used the one click install from Digital Ocean which I believe is supported? It was definitely no fault of any setup routine that it ended up as an IP address. That was my doing.
When I setup the container I first used the IP address for DISCOURSE_HOSTNAME instead of the domain name because it was a migration from an SMF forum that I was trying to keep online as long as possible before the migration.
I setup the DO container first so it was ready to go. Then I took the SMF forum offline and migrated it to my local Vagrant Discourse. Then I exported, changed the DNS to point to the DO container and changed the DISCOURSE_HOSTNAME to the actual domain name.
Ya it was only ever used by me, the admin, during setup. Besides me not knowing or forgetting to change the notification email address, it was a smooth transition from the IP to the domain name.