我的代码如下:
当我尝试发送电子邮件时,总是会出现此错误。你能帮我吗?
error: [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
答案 0 :(得分:0)
我建议阅读位于https://docs.python.org/3/library/smtplib.html的手册中的示例
您需要确保防火墙操作系统和LAN路由器允许端口25上的传出流量。
还要根据手册server.set_debuglevel(1)
请尝试使用终端命令通过本地主机发送测试电子邮件,以确保操作系统一定可以发送电子邮件,并且这不是python代码问题。