django.core.mail send_email 具有安全连接
我尝试使用 django send_email 函数,但身份验证失败。事实上,django 返回了类似的消息 - 在此 django 安装中找不到 ssl。
我的 pythonpath 上确实有 ssl-1.15,我可以毫无错误地导入它。所以问题可能出在证书上,对吧?
现在有某种用于生成这些证书的教程或示例,因为 pakcage 不包含任何证书。问题可能出在其他地方吗?
艾伦
Im trying to use django send_email function but it fails on authentication. In fact, django returns me message along the lines - ssl not found in this django installation.
I do have ssl-1.15 on my pythonpath and i could import it without errors. So the problem is probably with the certificates, right?
Now is there some kind of tutorial or example for generating those certificates, since the pakcage contains none. Could the problem be elsewhere?
Alan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过从 Django 中导入 ssl-1.15 ?换句话说,启动 ./manage.py shell 并尝试导入 ssl-1.15。
您找到这个示例了吗?并且这个可能会更好!
Have you tried importing ssl-1.15 from within Django? In other words, start ./manage.py shell and try to import ssl-1.15.
Did you find this example? And this one may even be better!