mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
env var fixed
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ $Options = [ordered]@{
|
||||
UserName = $Env:mail_user
|
||||
Password = $Env:mail_pass
|
||||
Port = $Env:mail_port
|
||||
EnableSsl = $Env:enable_ssl -eq 'true'
|
||||
EnableSsl = $Env:mail_enable_ssl -eq 'true'
|
||||
Attachments = "$PSScriptRoot\update_info.xml"
|
||||
UserMessage = ''
|
||||
SendAlways = $false #Send notifications every time
|
||||
|
||||
Reference in New Issue
Block a user