Changed server addresses in links
This commit is contained in:
committed by
Tucker Chase (IT FI MES)
parent
ca651191c8
commit
4b83a89cb0
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user