case 4156
This commit is contained in:
Binary file not shown.
@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
||||||
[assembly: AssemblyProduct("AyaNova")]
|
[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: 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("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
@@ -62,4 +62,4 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
|
[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
|
||||||
//[assembly: log4net.Config.XmlConfigurator(Watch=true)]
|
//[assembly: log4net.Config.XmlConfigurator(Watch=true)]
|
||||||
[assembly: ComVisibleAttribute(false)]
|
[assembly: ComVisibleAttribute(false)]
|
||||||
[assembly: AssemblyFileVersionAttribute("7.6.14.0")]
|
[assembly: AssemblyFileVersionAttribute("7.6.15.0")]
|
||||||
|
|||||||
@@ -64,4 +64,4 @@ using System.Security.Permissions;
|
|||||||
// Configure log4net using the .config file
|
// 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: 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")]
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ChilkatDotNet4">
|
<Reference Include="ChilkatDotNet4">
|
||||||
<HintPath>..\..\..\3rdprtylibs\chilkat\ChilkatDotNet4.dll</HintPath>
|
<HintPath>..\..\..\3rdprtylibs\chilkat\ChilkatDotNet4.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DevExpress.Charts.v10.2.Core, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
<Reference Include="DevExpress.Charts.v10.2.Core, Version=10.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
|||||||
@@ -496,7 +496,7 @@ namespace GZTW.AyaNova.BLL
|
|||||||
sb.Append("CLIENTNOTIFYEVENT|");
|
sb.Append("CLIENTNOTIFYEVENT|");
|
||||||
|
|
||||||
//Email email = new Email();
|
//Email email = new Email();
|
||||||
// email.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
|
// email.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
|
||||||
// email.Mailer = "AyaNova service management software licensed to " + AyaBizUtils.REGTO;
|
// email.Mailer = "AyaNova service management software licensed to " + AyaBizUtils.REGTO;
|
||||||
|
|
||||||
//email.Body = sTemplate;
|
//email.Body = sTemplate;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ namespace GZTW.AyaNova.BLL
|
|||||||
|
|
||||||
// Create a mailman object for sending email.
|
// Create a mailman object for sending email.
|
||||||
MailMan mailman = new MailMan();
|
MailMan mailman = new MailMan();
|
||||||
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
|
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
|
||||||
// Set the SMTP variables
|
// Set the SMTP variables
|
||||||
mailman.SmtpHost = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPHostPortionOnly;
|
mailman.SmtpHost = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPHostPortionOnly;
|
||||||
mailman.SmtpPort = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPPort;
|
mailman.SmtpPort = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPPort;
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ namespace GZTW.AyaNova.BLL
|
|||||||
// Create a mailman object for sending email.
|
// Create a mailman object for sending email.
|
||||||
Chilkat.MailMan mailman = new Chilkat.MailMan();
|
Chilkat.MailMan mailman = new Chilkat.MailMan();
|
||||||
|
|
||||||
|
//AYANVA.CB1052023_c9TZbuFYBd7f
|
||||||
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
|
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
|
||||||
|
|
||||||
// Set the SMTP server hostname.
|
// Set the SMTP server hostname.
|
||||||
mailman.SmtpHost = Host;//"mail.ayanova.com";
|
mailman.SmtpHost = Host;//"mail.ayanova.com";
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ namespace GZTW.AyaNova.BLL
|
|||||||
Chilkat.MailMan mailman = new Chilkat.MailMan();
|
Chilkat.MailMan mailman = new Chilkat.MailMan();
|
||||||
|
|
||||||
|
|
||||||
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
|
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
|
||||||
|
|
||||||
// Set the SMTP server hostname.
|
// Set the SMTP server hostname.
|
||||||
mailman.SmtpHost = Host;//"mail.ayanova.com";
|
mailman.SmtpHost = Host;//"mail.ayanova.com";
|
||||||
@@ -101,7 +101,7 @@ namespace GZTW.AyaNova.BLL
|
|||||||
//case 1382
|
//case 1382
|
||||||
// Create a mailman object for sending email.
|
// Create a mailman object for sending email.
|
||||||
Chilkat.MailMan mailman = new Chilkat.MailMan();
|
Chilkat.MailMan mailman = new Chilkat.MailMan();
|
||||||
mailman.UnlockComponent("SAyanovaMAILQ_46WCmUg3lQ1i");
|
mailman.UnlockComponent("AYANVA.CB1052023_c9TZbuFYBd7f");
|
||||||
|
|
||||||
// Set the SMTP server hostname.
|
// Set the SMTP server hostname.
|
||||||
mailman.SmtpHost = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPHostPortionOnly;
|
mailman.SmtpHost = GZTW.AyaNova.BLL.AyaBizUtils.GlobalSettings.NotifySMTPHostPortionOnly;
|
||||||
|
|||||||
Reference in New Issue
Block a user