mirror of
https://github.com/jonbranan/globalscape.git
synced 2025-01-18 06:43:33 -06:00
removed python script with powershell contents
This commit is contained in:
parent
9a5f75616d
commit
3a66de2138
@ -1,11 +0,0 @@
|
||||
$smtpserver = "mail.globalscape.com"
|
||||
$from = "watchdog@server.com"
|
||||
$to = "jonathan.branan@helpsystems.com"
|
||||
$subject = "Folder Watch Dog"
|
||||
$port = 25
|
||||
|
||||
|
||||
$body = "Hi there,<br />Folders reaching the limit:<br /><br />"
|
||||
|
||||
#Send the email
|
||||
Send-MailMessage -smtpserver $smtpserver -Port $port -from $from -to $to -subject $subject -body $body -bodyashtml
|
Loading…
x
Reference in New Issue
Block a user