Mailgun Domain not found: abc.com

前端 未结 7 1084
遇见更好的自我
遇见更好的自我 2021-02-07 00:17

I am trying to setup emails with my own website. Let\'s say the domain name is abc.com.

The nameserver in use is digital ocean and I also have a gmail accou

7条回答
  •  走了就别回头了
    2021-02-07 00:29

    I found my fix with this change:

    ANYMAIL = {
       ...
       'MAILGUN_SENDER_DOMAIN': 'mydomain.com', # Using the sending domain in Mailgun
    }
    

提交回复
热议问题