gpt4 book ai didi

python - Errno 10060 连接尝试失败

转载 作者:太空宇宙 更新时间:2023-11-03 16:18:15 25 4
gpt4 key购买 nike

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

EMAIL_HOST='smtp.gmail.com'
EMAIL_PORT=465
EMAIL_HOST_USER = 'yogi'
EMAIL_HOST_PASSWORD = '###'
DEFAULT_EMAIL_FROM = 'yogi@gmail.com'

以上是 django 核心邮件模块的设置。我正在使用它的 send_mail 向用户发送邮件。当我尝试使用 gmail smtp 构建程序时,它会抛出以下错误

'Errno 10060 A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'.

我在我的公司这样做,所以它有代理设置。我已在 .condarc 设置文件中给出了代理凭据。但仍然出现连接超时错误。我是否需要在其他地方设置代理设置,或者让我知道哪里出了问题。 ?

最佳答案

据我所知,django 没有从 anaconda 配置文件中检测到任何 SMTP 代理设置。您可以通过手动建立连接来克服这个问题。

请注意 send_mail ,有一个连接的选项参数。您可以调用 mail.get_connection 获取一份现在你需要将它包裹在sockspi上

参见Python smtplib proxy supportPython send email behind a proxy server了解更多详情。

关于python - Errno 10060 连接尝试失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38723055/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com