macOS tools moving to my git
This commit is contained in:
7
sendSuperDuperCompleteEmail
Executable file
7
sendSuperDuperCompleteEmail
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#echo "Go-Sharks has completed backup of Krieger using SuperDuper" | mailx -v -s "SuperDuper Backup of Krieger Complete" -S smtp="emailz.d27n.com:587" -S smtp-use-starttls -S smtp-auth=login -S smtp-auth-user="steve@d27n.com" -S smtp-auth-password="$$azpts" -S ssl-verify=true steve@d27n.com
|
||||
cd /tmp
|
||||
echo "Go-Sharks has completed backup of Krieger using SuperDuper" > swaks-tmp
|
||||
/usr/local/bin/swaks --to "steve-notify@d27n.com" --from "steve@d27n.com" --server emailz.d27n.com --port 587 --auth LOGIN --auth-user "steve@d27n.com" --auth-password "L2sC7JikwX" -tls --body swaks-tmp --header "Subject: == Go-Sharks Backup Complete =="
|
||||
rm swaks-tmp
|
||||
|
||||
Reference in New Issue
Block a user