2005年12月17日 星期六 10:15
Devin Deng,您好! 谢谢。 但是我总觉得网站应该使用一个EMAIL的SERVER,而不是EMAIL的客户端,来给用户发送注册验证。不知道我的理解对不对。 Good luck cry 在 2005-12-16 22:20:00 您写道: >http://blog.donews.com/dengyu/archive/2005/10/19/593838.aspx > >简单的脚本,可供参考。 > > > >在05-12-16,cry <zyqmail at tom.com> 写道: >> >> python,您好! >> >> PYTHON有没有好用的MAILSERVER?我在做一个网站,让用户注册后,给用户发一个确认EMAIL,有没有好的东东,请大家推荐一个哈。 >> >> 谢谢 >> >> 致 >> 礼! >> >> cry >> zyqmail at tom.com >> >> >> _______________________________________________ >> python-chinese >> Post: send python-chinese at lists.python.cn >> Subscribe: send subscribe to python-chinese-request at lists.python.cn >> Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn >> Detail Info: http://python.cn/mailman/listinfo/python-chinese >> >_______________________________________________ >python-chinese >Post: send python-chinese at lists.python.cn >Subscribe: send subscribe to python-chinese-request at lists.python.cn >Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn >Detail Info: http://python.cn/mailman/listinfo/python-chinese 致 礼! cry zyqmail at tom.com
2005年12月17日 星期六 11:21
在 05-12-17,cry<zyqmail at tom.com> 写道: > Devin Deng,您好! > > 谢谢。 > 但是我总觉得网站应该使用一个EMAIL的SERVER,而不是EMAIL的客户端,来给用户发送注册验证。不知道我的理解对不对。 > mailman -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit
2005年12月18日 星期日 00:50
cry wrote: > 谢谢。 > 但是我总觉得网站应该使用一个EMAIL的SERVER,而不是EMAIL的客户端,来给用户发送注册验证。不知道我的理解对不对。 没有必要非要用python写的server啊,装个sendmail或者postfix就好了。在 python里用smtplib发送信件。 -- Qiangning Hong http://hongqn.hn.org Registered Linux User #396996
2005年12月19日 星期一 12:52
你自己装个sendmail/SMTP SERVER,用python脚本向自己的Smtp server发。 至于验证生成随机码等问题,可用python的random函数做,很简单。 用户验证一般都是点击邮件中的链接,那个时候你再写一个web/cgi验证程序. 在05-12-17,cry <zyqmail at tom.com> 写道: > > Devin Deng,您好! > > 谢谢。 > 但是我总觉得网站应该使用一个EMAIL的SERVER,而不是EMAIL的客户端,来给用户发送注册验证。不知道我的理解对不对。 > > Good luck > > cry > 在 2005-12-16 22:20:00 您写道: > >http://blog.donews.com/dengyu/archive/2005/10/19/593838.aspx > > > >简单的脚本,可供参考。 > > > > > > > >在05-12-16,cry <zyqmail at tom.com> 写道: > >> > >> python,您好! > >> > >> PYTHON有没有好用的MAILSERVER?我在做一个网站,让用户注册后,给用户发一个确认EMAIL,有没有好的东东,请大家推荐一个哈。 > >> > >> 谢谢 > >> > >> 致 > >> 礼! > >> > >> cry > >> zyqmail at tom.com > >> > >> > >> _______________________________________________ > >> python-chinese > >> Post: send python-chinese at lists.python.cn > >> Subscribe: send subscribe to python-chinese-request at lists.python.cn > >> Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > >> Detail Info: http://python.cn/mailman/listinfo/python-chinese > >> > >_______________________________________________ > >python-chinese > >Post: send python-chinese at lists.python.cn > >Subscribe: send subscribe to python-chinese-request at lists.python.cn > >Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > >Detail Info: http://python.cn/mailman/listinfo/python-chinese > > 致 > 礼! > > cry > zyqmail at tom.com > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051219/76f72a0e/attachment-0001.htm
2005年12月21日 星期三 12:52
python自己的smtpd 或者postfix,sendmail,exim,qmail,courier ..... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051221/afc0aa0b/attachment.html
2005年12月21日 星期三 13:01
zmailer, MMDF -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051221/740c2f21/attachment.htm
Zeuux © 2025
京ICP备05028076号