【发布时间】:2012-08-10 16:26:37
【问题描述】:
我是 Postfix 的新手,刚刚为 Ubuntu 设置了默认 Postfix,通过 telnet 测试它并发送邮件正常,但是当我尝试通过 django (host='localhost', port='25', user='', password=''),我刚刚得到
SMTPException: SMTP AUTH extension not supported by server.
这是我的 main.cf:https://gist.github.com/3348411
您能否建议我需要添加什么来设置仅用于发送电子邮件的最小工作 smtp?
【问题讨论】:
标签: python django email smtp postfix-mta