I sent a test email, and I was greeted with:
‘ERROR - execution expired (email)’
I am using MailGun for SMTP emails. Port 587
First i don’t know how to fix, so can please help me with this?
Second I read this
In /admin I see this prompt for the first time:
There are 91 email jobs that failed. Check your app.yml and ensure that the mail server settings are correct. See the failed jobs in Sidekiq.
I sent a test email, and I was greeted with:
ERROR - execution expired (email)
I am using Brevo for SMTP email.
I went ahead and double checked my app.yml to ensure that my settings were correct, and they are. I have rebuilt a few times now, and even shut off the server and turned it back on. Nothing is …
and we hosting on digital ocean, in their official guide mentioned about SMTP ports 25, 465, and 587 are blocked on Droplets to prevent spam and other abuses of our platform. Source
To send mail from DigitalOcean, we recommend using SendGrid via the SendGrid Marketplace 1-Click App .
So can you please provide me guide from here to fix the problem?
Thank you for reading…
thanks, I have ssh access and little knowledge. But how to change port i don’t know. If you please guide that help a lot?
I believe you will need to edit your app.yml file and change the port:
sudo -s
cd /var/discourse
nano containers/app.yml
You can then edit the file, and then do this:
./launcher destroy app
./launcher start app
To make your changes take effect.
2 Likes
@NateDhaliwal Thanks a lots . It working now, I did changed as you provide.
1 Like
No problem, happy to help!