From da2f14b7ad7ec52c86d02e43dcf4e3cf4cfd0411 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Mon, 26 Sep 2016 18:51:20 +0200 Subject: [PATCH] fix mail error --- update_all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_all.ps1 b/update_all.ps1 index 9264614..cc216d7 100644 --- a/update_all.ps1 +++ b/update_all.ps1 @@ -43,7 +43,7 @@ $Options = [ordered]@{ UserName = $Env:mail_user Password = $Env:mail_pass Port = $Env:mail_port - EnableSsl = $Env:enable_ssl + EnableSsl = $Env:enable_ssl -eq 'true' Attachments = "$PSScriptRoot\update_info.xml" UserMessage = '' SendAlways = $false #Send notifications every time