I am trying to setup emails with my own website. Let\'s say the domain name is abc.com.
abc.com
The nameserver in use is digital ocean and I also have a gmail accou
I found my fix with this change:
ANYMAIL = { ... 'MAILGUN_SENDER_DOMAIN': 'mydomain.com', # Using the sending domain in Mailgun }