Ankündigung

Einklappen
Keine Ankündigung bisher.

Hager Domovea - Tipps & Tricks (Version 1.0: TJA 450, TJ 701A)

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • DidiKNX
    antwortet
    Zitat von andre12 Beitrag anzeigen
    JoergDr eventuell kannst Du mir weiterhelfen

    Einige von uns versuchen seit geraumer Zeit eine 2N IP Verso Sprechanlage in die Domovea einzubinden (CAM), nun hatte ich lezte Woche Kontakt zur Firma 2N leider haben die kein solche Datei , was für Informationen werden benötigt um ein excam File zu erstellen für diese Kammera um diese in das System zu Intergrieren ???

    Bye Andre

    Hallo, ich habe mal Versucht eine Ecamdatei für die Verso zu erstellen.

    Ich bekomme jetzt ein Bild der Verso in die Domovea.
    Live Bild wird angezeigt.


    Jeder kann es gerne testen. Einfach mal den Domovea Server für Windows installieren und dort testen.

    Bei mir funktioniert es sobald man die IP Adresse der Verso in Domovea angibt.
    .Fotos können aufgenommen werden.

    Ich habe keine Video Lizenz auf Verso.

    Das File habe ich mit Notepad++ von einer Vorlage abgeändert..
    Für das Video Stream ist es die Zeile 41
    einzelne Sachen können entfernt werden, jedoch darf nichts in den {} Klammern verändert werden.

    Diese Zeile erstellt nachher den Anfrage Stream.

    Wichtg ist die Zeile 124 und 125.

    In der Zeile 125 wollte ich eigentlich das Api Kommando integrieren.

    api/camera/snapshot?

    die Zeile 41 sollte es dann so zusammensetzen dass die Anfrage folgendermassen aussieht.

    192.168.4.123/api/camera/snapshot?width=1280&height=960&fps=15

    Das klappt aber (noch)nicht. Man müsste mit Wireshark überprüfen was genau gesendet wird wenn man die Zeile 41 abändert.

    Mit einer Video Lizenz könnte man versuchen ein anderes Kommando zu integriren. Kann dies aber nicht testen.



    Daran denken nur auf dem Windows Server testen, da kann man nachher löschen jedoch nicht auf der Domovea.

    Einmal eingespielt bleibt es drin!!!!

    MfG

    Jean

    Angehängte Dateien
    Zuletzt geändert von DidiKNX; 03.02.2019, 09:27.

    Einen Kommentar schreiben:


  • freefleyer
    antwortet
    Habe gestern mit Hager telefoniert.
    Die Domovea expert soll aber erst im September kommen. Bei der expert ist das Accessgate dabei, man kann bis zu 50 Kameras einbinden und in der Basic könne man nur simple Sequenzen machen und bei der expert könne man dann wie gewohnt die komplette Sequenz-vielfalt nutzen.

    Einen Kommentar schreiben:


  • megahorst
    antwortet
    Zitat von azzkikrboy Beitrag anzeigen
    Gibt's schon Infos bzgl. Preis
    Bei Hager Steht 680€ + MwSt für die Basic Version.
    Expert Version ??
    https://www.hager.de/knx-gebaeudesys...m_source=print

    Einen Kommentar schreiben:


  • azzkikrboy
    antwortet
    Gibt's schon Infos bzgl. Preis

    Einen Kommentar schreiben:


  • megahorst
    antwortet
    Hallo,
    bis zur Verfügbarkeit der neuen Domovea scheint es nicht mehr lange zu dauern:

    https://www.hager.de/neuheiten/markt...vea/969046.htm

    Einen Kommentar schreiben:


  • JoergDr
    antwortet
    Christoph4306

    Ich verwende den Lingg & Janke Zähler EZD Facility Web.

    Die Datentypen für die Übernahme der Daten müssen halt übereinstimmen (die Domovea akzeptiert hier 4- oder 6-Byte Werte).

    img_001.jpg

    img_004.jpg

    Der Messwertzähler wird dann so eingestellt (Abfragezeit auf Ereignis = wenn Daten eintreffen). Der Zähler sollte also zyklisch senden.

    img_002.jpg

    img_003.jpg

    Vielleicht hilft Dir das weiter. Schau auch mal im Gruppenmonitor nach, was für Daten geliefert werden.

    Jörg

    Einen Kommentar schreiben:


  • Christoph4306
    antwortet
    Hallo,

    Ich bin im Besitz eines Domovea Servers sowie eines TE332 (Messwertgeber KNX für 3 Stromkreise mit 3 Wandlern), habe allerdings Probleme mit den in Domovea angezeigten Messwerten, diese stimmen hinten und vorne nicht.
    Aus der Anleitung vom Server geht allerdings auch nicht genau hervor welche "Kanäle" ich für die Messung anlegen soll, es stehen 8 zur Verfügung.
    Danke im Voraus für eure Hilfe!
    You do not have permission to view this gallery.
    This gallery has 1 photos.

    Einen Kommentar schreiben:


  • JoergDr
    antwortet
    haefi

    Ich vermute mal stark, dass die Domovea auch beim Versenden von Mails nicht "Thread-sicher" arbeitet (vgl. meinen früheren Beitrag zu den Variablen in der Domovea).

    Da verschiedene Sequenzen immer parallel ausgeführt werden, kann es dann beim Versenden von Mails zu Konflikten kommen.

    Erst einmal stellt sich natürlich die Frage, warum Du so viele Mails parallel versenden willst. Falls es sich dabei um eine Debug- oder Log-Ausgabe von Daten handelt, könnte man diese alternativ auch auf den Bus ausgeben und eine Auswertung im Gruppen- oder Busmonitor machen. Hier hat die Domovea bei paralleler Ausgabe keine Probleme.

    Ansonsten: vielleicht kannst Du die Mail-Ausgaben in einem einzigen Thread durchführen und schreibst nur die Daten dazu in eine Serie von Variablen. Das ist (siehe einige Einträge weiter vorne) auch nicht immer konfliktfrei möglich, aber ich habe dazu beschrieben wie man sich dabei behelfen kann.

    Letzte Möglichkeit, wenn es denn unbedingt nicht anders geht, ist die Verwendung von Kontrollvariablen, so dass immer nur eine Sequenz gerade eine Mail versendet, während die anderen Sequenzen warten bis sie drankommen.

    Inwieweit das funktioniert, hängt davon ab wie Hager das Versenden von Mails intern organisiert hat. Vermutlich verwenden Sie einen Sendethread mit Rückmeldung an die aufrufende Sequenz, dann könnten wir mit einer Kontrollvariable Erfolg haben.

    Wie das im Detail funktioniert kann ich Dir schreiben, wenn ich weiss welche Ausweichoption am Besten zu Deinen Anforderungen passt.

    Jörg

    P.S.: ich empfehle ein Update auf die neueste Version, da einige Fehler behoben wurden.

    Einen Kommentar schreiben:


  • haefi
    antwortet
    Zitat von JoergDr Beitrag anzeigen
    Wie ist denn der minimale Zeitabstand zwischen zwei Mail Sendungen?
    Hast Du da eine Methodik, die verhindert dass Mails direkt hintereinander gesendet werden?
    Da aus mehreren verschiedenen Sequenzen heraus Mails verschickt werden, kann ich ein "zeitgleiches Verschicken" defacto nicht ausschließen.

    Zitat von JoergDr Beitrag anzeigen
    Und letzte Frage: ist die neueste Version der Firmware auf der Domovea aufgespielt?
    aktuell habe ich noch die 3.6.0.2 drauf, die 3.7.* habe ich erst heute bemerkt und noch keine Zeit gehabt zum Einspielen.
    Die Probleme gab es bei 3.4 und 3.5. definitiv auch schon.

    LG Markus

    Einen Kommentar schreiben:


  • JoergDr
    antwortet
    haefi

    Nach den Logs scheint sich tatsächlich der Mail Thread aufzuhängen, aber mit einem Fehler der Windows API.

    So spontan habe ich die Vermutung, dass hier ein Overlap vorliegen könnte, d.h. der Thread könnte nochmals gerufen werden, während ein Signal noch nicht verarbeitet wurde.

    Der Fehler tritt bei SMTP Connect auf, also beim Verbindungsaufbau.
    Normalerweise ist dies keine besonders komplexe Operation, aber wenn die Fehlerbehandlung von Hager bei einem Connect Error nicht sauber programmiert wurde, kann das auch schon mal zu einem Thread Abbruch führen. Und die haben anscheinend dafür auch keinen Neustart des Threads vorgesehen.

    Wie ist denn der minimale Zeitabstand zwischen zwei Mail Sendungen?
    Hast Du da eine Methodik, die verhindert dass Mails direkt hintereinander gesendet werden?

    Und letzte Frage: ist die neueste Version der Firmware auf der Domovea aufgespielt?

    Jörg
    Zuletzt geändert von JoergDr; 17.01.2019, 18:28.

    Einen Kommentar schreiben:


  • haefi
    antwortet
    Hallo Jörg, danke für deine prompte Antwort!

    Zitat von JoergDr Beitrag anzeigen
    Wie äussert sich der Fehler? Können keine Mails mehr verschickt werden?
    Es gehen einfach keine Mails mehr raus, ich nutze den Dienst ansich recht intensiv mit ein paar Dutzend Mails pro Stunde. Also grundsätzlich funktioniert er, bis er sich halt aufhängt.


    Zitat von JoergDr Beitrag anzeigen
    Hast Du mal im System Log nachgeschaut, ob da was dazu steht?
    Ist jetzt nicht der aktuellste Log, aber den hatte ich Hager damals gemeldet und keine Antwort bekommen:

    Code:
    2017-09-26 12:55:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 12:56:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 12:57:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 12:58:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 12:59:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:00:08,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:00:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:01:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:02:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:03:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:04:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:05:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:06:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:07:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:08:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:09:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:09:55,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:10:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:11:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:12:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:13:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:13:22,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:14:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:15:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:16:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:17:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:18:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:19:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:20:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:21:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:22:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:23:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:24:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:25:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:26:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:27:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:28:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:29:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:30:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:31:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:32:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:33:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:34:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:35:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:36:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:37:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:38:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:39:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:40:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:41:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:42:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:43:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:44:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:45:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:46:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:47:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:48:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:49:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:50:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:51:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:52:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:53:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:54:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:55:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:56:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:57:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:58:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 13:59:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:00:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:01:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:02:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:03:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:04:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:05:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:06:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:07:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:08:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:09:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:10:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:11:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:12:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:13:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:14:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:15:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:16:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:17:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:18:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:19:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:20:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:21:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:22:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:23:18,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:24:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:25:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:26:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:27:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:28:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:29:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:30:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:31:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:32:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:33:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:34:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:35:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:36:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:37:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:38:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:39:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:40:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:41:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:42:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:43:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:44:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:45:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:46:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:47:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:48:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:49:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:50:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:51:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:52:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:53:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:54:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:55:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:56:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:57:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:58:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 14:59:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:00:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:01:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:02:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:03:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:04:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:05:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:06:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:07:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:08:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:09:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:10:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:11:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:12:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:12:24,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:13:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:14:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:15:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:16:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:17:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:18:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:19:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:20:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:21:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:22:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:23:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:24:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:25:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:26:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:27:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:28:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:29:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:30:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:31:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:32:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:33:00,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:33:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:34:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:35:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:36:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:37:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:38:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:39:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:40:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:41:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:42:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:43:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:44:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:45:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:46:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:47:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:48:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:49:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:50:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:51:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:52:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:53:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:54:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:55:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:56:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:57:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:58:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 15:59:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:00:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:01:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:02:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:03:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:04:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:05:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:06:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:07:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:08:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:09:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:10:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:11:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:12:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:13:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:14:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:15:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:16:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:17:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:18:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:19:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:20:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:21:16,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
     
    2017-09-26 16:22:17,000 ERROR [104136714] Server.Core.NotifierEngine [?] MailNotifierHandler Notify
    System.ComponentModel.Win32Exception: Win32Exception
    à EASendMail.SmtpClient.05()
    à EASendMail.SmtpClient.$3(Certificate 1U)
    à EASendMail.SmtpClient.Connect(SmtpServer server)
    à EASendMail.SmtpClient.SendMail(SmtpServer server, SmtpMail mail)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.<>c__DisplayClass4.<SendNotificationThread>b__0(Notification notification)
    à System.Collections.Generic.List`1.ForEach(Action`1 action)
    à Hager.Open.Server.Engine.NotifierEngine.MailNotifierHandler.SendNotificationThread()
    Zitat von JoergDr Beitrag anzeigen
    Ich würde auch empfehlen, die Portalverbindung testweise mal zu deaktivieren (wenn überhaupt genutzt)
    Das Portal nutze ich nicht, sondern rein lokal bzw. über VPN ins mein lokales Netz.
    Das Feld "Status" war ursprünglich leer, habe jetzt dennoch zusätzlich noch getrennt. Jetzt steht "Portal-Verbindung durch den Benutzer deaktiviert

    Zitat von JoergDr Beitrag anzeigen
    Bitte auch mal prüfen, ob die Netzwerk Einstellungen korrekt sind, insbesondere der Eintrag "DNS Server".
    Hier trägt die Installationsroutine immer wieder "8.8.8.8" ein, das ist der externe Google DNS Server.
    Besser ist es aber, den eigenen Router als DNS Server einzutragen (also zum Beispiel "192.168.0.1") da die Zugriffe darüber wegen des Caching normalerweise schneller gehen.
    Der war schon auf meine lokale Firewall+DNS eingestellt.

    Einen Kommentar schreiben:


  • JoergDr
    antwortet
    haefi

    Man könnte das über eine externe Zeitschaltuhr machen - aber davon halte ich nicht viel.
    Ständiger Neustart durch Abschaltung ist auf Dauer nicht gut fürs System, auch könnten Daten verloren gehen.

    Eigentlich sollte sich der Maildienst nicht verabschieden, das Problem kenne ich nicht.
    Wie äussert sich der Fehler? Können keine Mails mehr verschickt werden?

    Hast Du mal im System Log nachgeschaut, ob da was dazu steht?
    Menu - Allgemein - Server Einstellungen - Log Datei

    Ich würde auch empfehlen, die Portalverbindung testweise mal zu deaktivieren (wenn überhaupt genutzt)
    Menu - Allgemein - Server Einstellungen - Portal Aktivierung - Trennen
    (Die Portalverbindung war bei mir eine Quelle ständiger Probleme)

    Bitte auch mal prüfen, ob die Netzwerk Einstellungen korrekt sind, insbesondere der Eintrag "DNS Server".
    Hier trägt die Installationsroutine immer wieder "8.8.8.8" ein, das ist der externe Google DNS Server.
    Besser ist es aber, den eigenen Router als DNS Server einzutragen (also zum Beispiel "192.168.0.1") da die Zugriffe darüber wegen des Caching normalerweise schneller gehen.

    In der SMTP Konfigurierung kannst Du auch Testmails versenden. Klappt dass dann bei Dir nicht mehr?

    Wenn Mails nicht ankommen, könnte das auch andere Ursachen haben (Providerproblem, Spamfilter, ...)

    Grüße, Jörg

    Einen Kommentar schreiben:


  • haefi
    antwortet
    Hallo zusammen,
    ich habe das Problem dass sich der Mail-Dienst meines Domovea-Servers alle paar Wochen verabschiedet. Wenn ich einen Reboot oder Strom aus/an mache geht es wieder. Kennt Ihr eine Möglichkeit dass ich den Server jede Nacht automatisch neustarte?
    Danke & LG

    Einen Kommentar schreiben:


  • JoergDr
    antwortet
    Hallo Berthold,

    wenn Du innerhalb einer Sequenz eine andere Sequenz aufrufst, laufen beide Sequenzen parallel weiter.
    Dieses Verhalten sollte bei den Tests berücksichtigt werden.

    Die aufrufende Sequenz wartet also nicht bis die aufgerufene Sequenz durchgelaufen ist.
    Willst Du so etwas erreichen, so benötigst Du eine Kontrollvariable zur Koordination der beiden Sequenzen.


    Jörg
    Zuletzt geändert von JoergDr; 30.12.2018, 10:21.

    Einen Kommentar schreiben:


  • KNXus
    antwortet
    Zitat von JoergDr Beitrag anzeigen
    Teil eins: Fehler in Sequenzen
    Teil zwei: "Debuggen" von Sequenzen

    Ich hoffe die Ausführungen sind hilfreich und wünsche allen ein erfolgreiches neues Jahr.

    Jörg
    Hallo Jörg,

    das ist super toll von Dir, dass Du Dein Wissen hier teilst. Herzlichen Dank!!!

    Das Problem mit dem Kopieren von Zweigen einer Wenn-Bedingung ist mir schon untergekommen. Das Verhalten der Sequenz war schlicht unerklärlich, so dass ich sie schließlich gelöscht habe. Danke für den Tipp mit dem Einfügen einer leeren Anweisung, die anschließend wieder gelöscht werden kann.

    Um dem manchmal seltsamen und für mich unerklärlich scheinenden Verhalten von Variablen auf die Schliche zu kommen, hatte ich testweise zwei Sequenzen geschrieben, die die Werte von Variablen (als Popup-Mitteilung im der Domovea Client) ausgeben, und diese Sequenzen dann an verschiedenen Stellen aufgerufen. Dabei zeigte sich letztendlich, dass diese Sequenzen andere Werte der Variablen ausgaben als die aufrufenden Sequenzen, in denen die Werte gesetzt bzw. verändert wurden.

    Ich werde Deine ausführlichen Ausführungen alle in Ruhe durcharbeiten und mich danach nochmal melden, wenn noch etwas unklar sein sollte.

    Auch von mir ein gutes und erfolgreiches 2019 für alle Leser dieses Forums.
    Berthold

    Einen Kommentar schreiben:

Lädt...
X