From 3a66de21386eb093d2b59ca3bc1209192531989b Mon Sep 17 00:00:00 2001 From: jblu Date: Sun, 10 Jul 2022 21:05:56 -0500 Subject: [PATCH] removed python script with powershell contents --- python/secure_mail.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 python/secure_mail.py diff --git a/python/secure_mail.py b/python/secure_mail.py deleted file mode 100644 index c440240..0000000 --- a/python/secure_mail.py +++ /dev/null @@ -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,
Folders reaching the limit:

" - -#Send the email -Send-MailMessage -smtpserver $smtpserver -Port $port -from $from -to $to -subject $subject -body $body -bodyashtml \ No newline at end of file