Dear all,
My site was working fine as a self-hosted installation on a Digital Ocean droplet running Ubuntu14, and it was sending emails when required. I moved it to another droplet running Ubunto16, and generally everything works except emails are not going out. I use Sendgrid. removing the email account and adding it from scratch with a new API integration with Sendgrid, but still I can’t get it to work. Can someone help me in finding out what’s wrong?
Regards,
Ahmed
@ahmed_personal I face same issue befor
You have to run this command:
bench enable-scheduler
2 Likes
Thanks Mohammed,
Actually something interesting happened. When I ran “bench
enable-scheduler” I got this:
frappe@xxxx:~/frappe-bench$ bench enable-scheduler
site1.local does not exist
frappe@xxxx:~/frappe-bench$
However, my site name is proactglobal.com
Could this be the problem?
Regards,
Ahmed
Mohammed,
Your solution fixed my issue. I just had to run “bench --site
proactglobal.com enable-scheduler”
Suddenly all emails (even from 1 month back) stated going.
Thanks again.
Regards,
Ahmed
@ahmed_personal I am glad it work’s for you 
Could you mark my Solution as solved?