case 4156

This commit is contained in:
2022-05-31 20:12:00 +00:00
parent 0686f99f14
commit 3183d5c054
8 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ namespace GZTW.AyaNova.BLL
// Create a mailman object for sending email.
MailMan mailman = new MailMan();
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
// Set the SMTP variables
mailman.SmtpHost = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPHostPortionOnly;
mailman.SmtpPort = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPPort;