我的django可以用
send_mail(
... 'Subject here',
... 'Here is the message.',
... 'redstone-cold@163.com',
... ['2281570025@qq.com'],
... fail_silently=False,
... )
发送邮件,但是出现HTTP status code 500却不会发邮件通知,这是什么原因?详细描述看这里 http://stackoverflow.com/questions/41363888/django-doesnt-email-reporting-an-internal-server-error-http-status-code-500
贴一下详细报错吧,500是服务器错误了,看下是不是smtp或者pop服务器地址和端口配置错了。