removed python script with powershell contents

This commit is contained in:
jblu 2022-07-10 21:05:56 -05:00
parent 9a5f75616d
commit 3a66de2138

View File

@ -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