C#发送邮件到gmail - ymail - hotmail smtp Authentication Required

时间:2016-09-02 21:12:09

标签: c# authentication smtp sendmail

我尝试使用gmail向自己发送邮件SMTP总是给我错误5.5.1需要身份验证我启用了帐户https://www.google.com/settings/security/lesssecureapps中安全性较低的应用  我的Gmail没有2步验证 同样的雅虎和hotmail我不知道我是否遗漏了什么 我确定电子邮件和PW 100%正确

提前谢谢

Foo f = new Foo {ID = 2, Quantity = 10, Name = "Don't care"}; // Updated object  

DbSet dbSet = this.Set(f.GetType());
dbSet.Attach(f);
var be = Entry(f);
be.Property("Quantity").IsModified = true;

DBContext.SaveChanges();

0 个答案:

没有答案