WebMail

2020-12-13 15:58

阅读:422

标签:style   class   blog   code   color   com   

try {
      WebMail.SmtpServer = "smtp.example.com";
     WebMail.SmtpPort = 587;
     WebMail.EnableSsl = true;
     WebMail.UserName = "mySmtpUsername";
     WebMail.Password = "mySmtpPassword";
     WebMail.From = "rsvps@example.com";
     WebMail.Send("party-host@example.com", "RSVP Notification",
     Model.Name + " is " + ((Model.WillAttend ?? false) ? "" :
     "not")
     + "attending");
} catch (Exception) {
     @:Sorry - we couldnt send the email to confirm your RSVP.
     
}

 

WebMail,搜素材,soscw.com

WebMail

标签:style   class   blog   code   color   com   

原文地址:http://www.cnblogs.com/dotnetmvc/p/3797000.html


评论


亲,登录后才可以留言!