django.core.mail send_email 具有安全连接

发布于 2024-08-18 18:04:00 字数 220 浏览 9 评论 0原文

我尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自由如风 2024-08-25 18:04:00

您是否尝试过从 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文