Python论坛  - 讨论区

标题:[python-chinese] a python mail server

2005年12月17日 星期六 10:15

cry zyqmail at tom.com
Sat Dec 17 10:15:14 HKT 2005

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



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月17日 星期六 11:21

limodou limodou at gmail.com
Sat Dec 17 11:21:15 HKT 2005

在 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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月18日 星期日 00:50

Qiangning Hong hongqn at gmail.com
Sun Dec 18 00:50:21 HKT 2005

cry wrote:
> 谢谢。
> 但是我总觉得网站应该使用一个EMAIL的SERVER,而不是EMAIL的客户端,来给用户发送注册验证。不知道我的理解对不对。

没有必要非要用python写的server啊,装个sendmail或者postfix就好了。在
python里用smtplib发送信件。

-- 
Qiangning Hong
http://hongqn.hn.org
Registered Linux User #396996


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月19日 星期一 12:52

Devin Deng deng.devin at gmail.com
Mon Dec 19 12:52:17 HKT 2005

你自己装个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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月21日 星期三 12:52

黑沙 fred.li.1979.m.bj.prc at gmail.com
Wed Dec 21 12:52:57 HKT 2005

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月21日 星期三 13:01

黑沙 fred.li.1979.m.bj.prc at gmail.com
Wed Dec 21 13:01:16 HKT 2005

zmailer, MMDF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051221/740c2f21/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号