永发信息网

.net发邮件的错误

答案:1  悬赏:30  手机版
解决时间 2021-05-14 11:49
  • 提问者网友:嘚啵嘚啵
  • 2021-05-14 01:44
MailMessage Message = new MailMessage();
Message.From = TextBox1.Text;
Message.To = TextBox2.Text;
Message.Subject = "主题、标题11";
Message.Body = "内容22";
Message.BodyFormat = MailFormat.Html;//编码
Message.Priority = MailPriority.High;
SmtpMail.SmtpServer = "smtp.qq.com";//邮件服务器,比如163即为"smtp.163.com",126即为"smtp.126.com"
Message.Fields.Add(" http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1");
Message.Fields.Add(" http://schemas.microsoft.com/cdo/configuration/sendusername", "17145886");
Message.Fields.Add(" http://schemas.microsoft.com/cdo/configuration/sendpassword", "tomylove2008");
SmtpMail.Send(Message);
Label1.Text = "成功";

运行出现下面错误代码

·t???÷?ü??á?·¢?tè?μ??·?£·t???÷?ìó|?a: 503 Command Error

503 Command Error 503错误命令

最佳答案
  • 五星知识达人网友:动情书生
  • 2021-05-14 03:08

您好,你这个方法是错误的,给你个地址去看看是怎么发邮件的欢迎加入我的团队,问问编程专家团


http://www.cnblogs.com/sonven/archive/2009/06/24/1510236.html

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯