Changed server addresses in links
This commit is contained in:
committed by
Tucker Chase (IT FI MES)
parent
ca651191c8
commit
4b83a89cb0
@ -35,7 +35,7 @@ namespace Fab2ApprovalSystem.Utilities
|
||||
msg.Subject = email_title;
|
||||
msg.Body = email_body;
|
||||
|
||||
SmtpClient SmtpMail = new SmtpClient("mailrelay-external.infineon.com");
|
||||
SmtpClient SmtpMail = new SmtpClient("mailrelay-internal.infineon.com");
|
||||
|
||||
SmtpMail.Send(msg);
|
||||
|
||||
|
Reference in New Issue
Block a user