2017-03-07 14:59:56.7184|TRACE|HomeGenie.Automation.Scripting.NetHelper|Send message wrapper called for recipients xxxxx@gmail.com 2017-03-07 14:59:56.7203|TRACE|HomeGenie.Automation.Scripting.NetHelper|Send message called for recipients xxxxx@gmail.com 2017-03-07 14:59:56.7213|TRACE|HomeGenie.Automation.Scripting.NetHelper|Getting smtpSyncLock 2017-03-07 14:59:56.7229|TRACE|HomeGenie.Automation.Scripting.NetHelper|Got smtpSyncLock 2017-03-07 14:59:56.7266|TRACE|HomeGenie.Automation.Scripting.NetHelper|Going to send email { "AlternateViews": [], "Attachments": [], "Bcc": [], "Body": "Just a HomeGenie Test", "BodyEncoding": { "IsSingleByte": true, "BodyName": "us-ascii", "EncodingName": "US-ASCII", "HeaderName": "us-ascii", "WebName": "us-ascii", "WindowsCodePage": 1252, "IsBrowserDisplay": false, "IsBrowserSave": false, "IsMailNewsDisplay": true, "IsMailNewsSave": true, "EncoderFallback": { "DefaultString": "?", "MaxCharCount": 1 }, "DecoderFallback": { "DefaultString": "?", "MaxCharCount": 1 }, "IsReadOnly": true, "CodePage": 20127 }, "BodyTransferEncoding": 2, "CC": [], "DeliveryNotificationOptions": 0, "From": { "Address": "xxxxx@web.de", "DisplayName": "", "Host": "web.de", "User": "xxxxx" }, "Headers": [ "MIME-Version" ], "IsBodyHtml": false, "Priority": 0, "HeadersEncoding": { "BodyName": "utf-8", "EncodingName": "Unicode (UTF-8)", "HeaderName": "utf-8", "WebName": "utf-8", "WindowsCodePage": 1200, "IsBrowserDisplay": true, "IsBrowserSave": true, "IsMailNewsDisplay": true, "IsMailNewsSave": true, "IsSingleByte": false, "EncoderFallback": { "DefaultString": "�", "MaxCharCount": 1 }, "DecoderFallback": { "DefaultString": "�", "MaxCharCount": 1 }, "IsReadOnly": true, "CodePage": 65001 }, "ReplyToList": [], "ReplyTo": null, "Sender": null, "Subject": "HomeGenie Test E-Mail", "SubjectEncoding": null, "To": [ { "Address": "xxxxx@gmail.com", "DisplayName": "", "Host": "gmail.com", "User": "xxxxx" } ] } using mailService 'smtp.web.de', port '587', credentials '{ "UserName": "xxxxx@web.de", "Password": "xxxxxxxxxx", "SecurePassword": { "Length": 11 }, "Domain": "bounz.net" }', using SSL = True 2017-03-07 14:59:57.0941|TRACE|HomeGenie.Automation.Scripting.NetHelper|Error sending email {0} 2017-03-07 14:59:57.1046|TRACE|HomeGenie.Automation.Scripting.NetHelper|disposing smtpClient