Django not sending emails to admins

后端 未结 20 1114
梦如初夏
梦如初夏 2020-12-08 08:54

According to the documentation, if DEBUG is set to False and something is provided under the ADMINS setting, Django will send an email

20条回答
  •  自闭症患者
    2020-12-08 09:40

    In my case, it's the include_html in mail_admins.

    When I set include_html to True,the email server reject to send my email because it think that my emails are spam.

    Everything works just fine when I set include_html to False.

提交回复
热议问题