修改邮件

Uat_Study
hang 2022-05-18 17:59:37 +08:00
parent 596ba08809
commit 6800556c26
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public static class SendEmailHelper
smtp.ServerCertificateValidationCallback = (s, c, h, e) => true;
await smtp.ConnectAsync("smtp.163.com", 465, SecureSocketOptions.StartTls);
await smtp.ConnectAsync("smtp.163.com", 465, SecureSocketOptions.SslOnConnect);
await smtp.AuthenticateAsync("iracis_grr@163.com", "XLWVQKZAEKLDWOAH");