我用这个片段设置了sendmail
电子邮件后端
我打开外壳并运行(使用实际的电子邮件帐户):
from django.core.mail import send_mail
send_mail('Subject here', 'Here is the message.', 'from@example.com',
['to@example.com'], fail_silently=False)
之后,控制台只打印一个:
1
没有错误消息或任何东西......但电子邮件永远不会到达另一端......
还有什么我需要配置的吗?
谢谢,
从我的托管服务提供商处请求邮件服务器的错误日志并看到:
send_to_gateway router failed to expand "${perl{mailtrapheaders2}}":
Undefined subroutine &main::mailtrapheaders2 called.\n`
他们仍在试图弄清楚:S