How to change this email from the console
It’s the DISCOURSE_SMTP_DOMAIN
in your app.yml
. You can edit that file or run discourse-setup
and then rebuild or ./launcher destroy app;./launcher start app
I am currently using Amazon SES, I configured everything and it says domain discourse.example.com, what should I put there?
It probably doesn’t matter. If you don’t know that it does, then you shouldn’t worry about it.
You can put your discourse hostname.
Send the test email but it doesn’t arrive in the Gmail inbox.
You’ll need to look in spam and look in your AWS mail logs.
Nothing, mate, nothing appears anywhere.
If it says “sent” then it almost certainly got handed to the AWS servers. If you don’t see it in the logs there, then you’re looking at the wrong logs. You can look in the email logs on Discourse and see the response from the remote server.
Did you look at Troubleshoot email on a new Discourse install?
554 Message rejected: Email address is not verified. The following identities failed the check in region US-EAST-1: Discourse pichoflow@gmail.com, pichoflow@gmail.com
So you need to verify your email address and probably a bunch of other stuff at AWS to make it work. Good luck!