W
wgdelphi
Unregistered / Unconfirmed
GUEST, unregistred user!
我已与网易的SMTP.163.COM邮件发送服务器连接就绪,当下达MAIL FROM:XXX@163.COM命令时
它的SMTP服务器返回以下信息:
553 You are not authorized to send mail as <mail from:xxx@163.com>, authentication is required
而我此时已将SMTP控件的相关认证属性设置好了:
idSMTP_One.UserId:='xxx'; //xxx在此代替我邮箱的真正用户名与密码
idSMTP_One.Password:='xxx';
idSMTP_One.AuthenticationType:=atLogin;
idSMTP_One.SocksInfo.Authentication:=saUsernamePassword;
idSMTP_One.SocksInfo.UserID:=idSMTP_One.UserId;
idSMTP_One.SocksInfo.Password:=idSMTP_One.Password;
它的SMTP服务器返回以下信息:
553 You are not authorized to send mail as <mail from:xxx@163.com>, authentication is required
而我此时已将SMTP控件的相关认证属性设置好了:
idSMTP_One.UserId:='xxx'; //xxx在此代替我邮箱的真正用户名与密码
idSMTP_One.Password:='xxx';
idSMTP_One.AuthenticationType:=atLogin;
idSMTP_One.SocksInfo.Authentication:=saUsernamePassword;
idSMTP_One.SocksInfo.UserID:=idSMTP_One.UserId;
idSMTP_One.SocksInfo.Password:=idSMTP_One.Password;