Changed server addresses in links

This commit is contained in:
Chase Tucker
2023-10-05 15:24:29 -07:00
committed by Tucker Chase (IT FI MES)
parent ca651191c8
commit 4b83a89cb0
46 changed files with 47 additions and 47 deletions

View File

@ -90,7 +90,7 @@ namespace Fab2ApprovalSystem.Misc
//create a Smtp Mail which will automatically get the smtp server details from web.config mailSettings section
SmtpClient SmtpMail = new SmtpClient("mailrelay-external.infineon.com");
SmtpClient SmtpMail = new SmtpClient("mailrelay-internal.infineon.com");
// sending the message.
try
@ -733,4 +733,4 @@ namespace Fab2ApprovalSystem.Misc
return r;
}
}
}
}