【发布时间】:2014-03-01 01:21:06
【问题描述】:
当我运行 django allauth 示例并尝试发送电子邮件时出现以下错误:
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 571, in create_connection
raise err
error: [Errno 61] Connection refused
在 OS X 10.9.1 下
【问题讨论】:
-
相关错误消息:
No connection could be made because the target machine actively refused it将通过设置电子邮件服务器来解决,如接受的答案所示。 - 添加了详细信息,以便在 Google 搜索中显示
标签: python django django-allauth