2007年12月23日 星期日 21:12
我用google发一封邮件,被退回来了,我想问一下,用程序怎么判断我的邮件能否正确传到对方的邮件服务器中去呢? 咔咔咔,别叫我去研究SMTP啊! :) 谢谢! -- "OpenBookProject"-开放图书计划邮件列表 详情: http://groups.google.com/group/OpenBookProject 维基: http://wiki.woodpecker.org.cn/ -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20071223/b7981f91/attachment.html
2007年12月24日 星期一 09:50
boyeestudio 写道: > 我用google发一封邮件,被退回来了,我想问一下,用程序怎么判断我的邮件能否 > 正确传到对方的邮件服务器中去呢? > 咔咔咔,别叫我去研究SMTP啊! :) > 谢谢! > > > -- > "OpenBookProject"-开放图书计划邮件列表 > 详情: http://groups.google.com/group/OpenBookProject > <http://groups.google.com/group/OpenBookProject> > 维基: http://wiki.woodpecker.org.cn/ > ------------------------------------------------------------------------ > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese 看smtp的返回代码。
2007年12月25日 星期二 10:26
邮件被退回的原因太多了。你要是不懂SMTP,没看过RFC821, RFC2821, RFC822, RFC2822,就根本不可能去排错。 On Dec 23, 2007 8:50 PM, Romit Y <m_list在126.com> wrote: > boyeestudio 写道: > > 我用google发一封邮件,被退回来了,我想问一下,用程序怎么判断我的邮件能否 > > 正确传到对方的邮件服务器中去呢? > > 咔咔咔,别叫我去研究SMTP啊! :) > > 谢谢! > > > > > > -- > > "OpenBookProject"-开放图书计划邮件列表 > > 详情: http://groups.google.com/group/OpenBookProject > > <http://groups.google.com/group/OpenBookProject> > > 维基: http://wiki.woodpecker.org.cn/ > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > 看smtp的返回代码。 > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
2007年12月25日 星期二 10:42
boyeestudio 写道: > 我用google发一封邮件,被退回来了,我想问一下,用程序怎么判断我的邮件能否 > 正确传到对方的邮件服务器中去呢? > 咔咔咔,别叫我去研究SMTP啊! :) > 谢谢! > > > -- > "OpenBookProject"-开放图书计划邮件列表 > 详情: http://groups.google.com/group/OpenBookProject > <http://groups.google.com/group/OpenBookProject> > 维基: http://wiki.woodpecker.org.cn/ > ------------------------------------------------------------------------ > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese 你这个想法很幼稚基本,使用smtp一句话就能解决,判断一个状态码就可以了。
Zeuux © 2024
京ICP备05028076号