fix mail error

This commit is contained in:
Miodrag Milic
2016-09-26 18:51:20 +02:00
parent 0867575bb0
commit da2f14b7ad
+1 -1
View File
@@ -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