SMTP密码 [英] SMTP password

查看:146
本文介绍了SMTP密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试编写将使用WinSock发送电子邮件的代码。

问题是我的服务器需要我的密码才能发送电子邮件。

为服务器提供密码的SMTP格式是什么?我已经检查了 http:// www.faqs.org/rfcs/rfc821.html 但是有绝对没有关于身份验证的
。任何帮助表示赞赏。

I''m trying to write code that will send an e-mail using WinSock.
Problem is that my server requires my password for outgoing e-mail.
What is the SMTP format for supplying the password to the server?? I''ve
checked out http://www.faqs.org/rfcs/rfc821.html but there is
absoulutely nothing concerning authentication. Any help appreciated.

推荐答案

在文章< a _ *************** @ newssvr22.news。 prodigy.com>,
co****@anon.com 说...
In article <a_***************@newssvr22.news.prodigy.com>,
co****@anon.com says...
我正在尝试编写将使用WinSock发送电子邮件的代码。
问题是我的服务器需要我的密码才能发送电子邮件。
什么是SMTP格式供应密码到服务器??我已经检查了 http://www.faqs。 org / rfcs / rfc821.html 但是对于身份验证没有任何意义。任何帮助表示赞赏。
I''m trying to write code that will send an e-mail using WinSock.
Problem is that my server requires my password for outgoing e-mail.
What is the SMTP format for supplying the password to the server?? I''ve
checked out http://www.faqs.org/rfcs/rfc821.html but there is
absoulutely nothing concerning authentication. Any help appreciated.




也许就是这个:


RFC 2554 - 用于身份验证的SMTP服务扩展 ;
http://www.faqs.org/rfcs/rfc2554 .html


-

Patrick Steele

Microsoft .NET MVP
http://weblogs.asp.net/psteele

copyco< co **** @ anon.com>在新闻中写道:a_rYb.551
copyco <co****@anon.com> wrote in news:a_rYb.551


kG3.457

@ newssvr22.news.prodigy.com:
kG3.457
@newssvr22.news.prodigy.com:
我是尝试编写将使用WinSock发送电子邮件的代码。
问题是我的服务器需要我的密码才能发送电子邮件。
为服务器提供密码的SMTP格式是什么?我已经检查了 http://www.faqs。 org / rfcs / rfc821.html 但是对于身份验证没有任何意义。任何帮助表示赞赏。
I''m trying to write code that will send an e-mail using WinSock.
Problem is that my server requires my password for outgoing e-mail.
What is the SMTP format for supplying the password to the server?? I''ve
checked out http://www.faqs.org/rfcs/rfc821.html but there is
absoulutely nothing concerning authentication. Any help appreciated.




大约有六种方法可以为SMTP指定身份验证。只有

LOGIN很简单。


使用Indy代替,它是免费的,支持所有常用方法以及

一些不常见那些。它也是免费的。 ;)

http://www.indyproject.org/


-

Chad Z. Hower(又名Kudzu) - http://www.hower.org/Kudzu/

编程是一种反击的艺术形式



There are about half a dozen ways to specify authentication for SMTP. Only
LOGIN is simple.

Use Indy instead, its free and supports all the common methods as well as
some uncommon ones. Its also free. ;)

http://www.indyproject.org/


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


这篇关于SMTP密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆