This commit is contained in:
2025-05-15 21:00:16 -07:00
parent 9e464c7119
commit 1d7ddabb1a
@@ -21,7 +21,6 @@ namespace MistoxWebsite.Server.Services {
using (SmtpClient client = new SmtpClient( EmailServer, EmailPort )){ using (SmtpClient client = new SmtpClient( EmailServer, EmailPort )){
client.EnableSsl = true; client.EnableSsl = true;
client.Credentials = new System.Net.NetworkCredential( EmailAddress, EmailPassword ); client.Credentials = new System.Net.NetworkCredential( EmailAddress, EmailPassword );
try { try {
MailMessage msg = new MailMessage(){ MailMessage msg = new MailMessage(){
IsBodyHtml = true, IsBodyHtml = true,