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

Binary file not shown.

View File

@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
[assembly: AssemblyProduct("AyaNova")]
[assembly: AssemblyCopyright("Copyright 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.")]
[assembly: AssemblyCopyright("Copyright 1999-2022 Ground Zero Tech-Works Inc. All rights reserved.")]
[assembly: AssemblyTrademark("AyaNova® is either a registered trademark or trademark of Ground Zero Tech-Works Inc. in the United States and/or other countries.")]
[assembly: AssemblyCulture("")]
@@ -62,4 +62,4 @@ using System.Runtime.InteropServices;
[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
//[assembly: log4net.Config.XmlConfigurator(Watch=true)]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyFileVersionAttribute("7.6.14.0")]
[assembly: AssemblyFileVersionAttribute("7.6.15.0")]

View File

@@ -64,4 +64,4 @@ using System.Security.Permissions;
// Configure log4net using the .config file
//[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
//[assembly: log4net.Config.XmlConfigurator( ConfigFile="Log4Net.config",Watch=true )]
[assembly: AssemblyFileVersionAttribute("7.6.14.0")]
[assembly: AssemblyFileVersionAttribute("7.6.15.0")]

View File

@@ -116,7 +116,7 @@
</Reference>
<Reference Include="ChilkatDotNet4">
<HintPath>..\..\..\3rdprtylibs\chilkat\ChilkatDotNet4.dll</HintPath>
<Private>False</Private>
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Charts.v10.2.Core, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

View File

@@ -496,7 +496,7 @@ namespace GZTW.AyaNova.BLL
sb.Append("CLIENTNOTIFYEVENT|");
//Email email = new Email();
// email.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
// email.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
// email.Mailer = "AyaNova service management software licensed to " + AyaBizUtils.REGTO;
//email.Body = sTemplate;

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;

View File

@@ -23,8 +23,8 @@ namespace GZTW.AyaNova.BLL
// Create a mailman object for sending email.
Chilkat.MailMan mailman = new Chilkat.MailMan();
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
//AYANVA.CB1052023_c9TZbuFYBd7f
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
// Set the SMTP server hostname.
mailman.SmtpHost = Host;//"mail.ayanova.com";

View File

@@ -23,7 +23,7 @@ namespace GZTW.AyaNova.BLL
Chilkat.MailMan mailman = new Chilkat.MailMan();
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
// Set the SMTP server hostname.
mailman.SmtpHost = Host;//"mail.ayanova.com";
@@ -101,7 +101,7 @@ namespace GZTW.AyaNova.BLL
//case 1382
// Create a mailman object for sending email.
Chilkat.MailMan mailman = new Chilkat.MailMan();
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
// Set the SMTP server hostname.
mailman.SmtpHost = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPHostPortionOnly;