我正在尝试使用电子邮件进行密码恢复。我正在使用 WebMail.Send 函数,但它以超时结束,我无法弄清楚原因。
WebMail.SmtpServer = "smtp.gmail.com";
WebMail.SmtpPort = 465;
WebMail.Send(to:email, subject:"Password Reset", body:"Your password reset token is <a href=\"" + confirmationUrl + "\">" +token+ " </a> please visit " + confirmationUrl );
还设置了 WebMail.UserName 和 WebMail.Password