IsBodyHtml = false; mail.Priority = MailPriority.High; // SMTP Setting SmtpClient client = new SmtpClient(); client.Host = "smtp.gmail.com";
確定! 回上一頁