This commit is contained in:
fred 2023-01-17 19:42:04 +01:00
parent d1546bf557
commit 8fc3f1e72a
3 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ echo "20H12 (♥‿‿♥) Execution time was $dur" seconds.
~/.zen/Astroport.ONE/tools/ipfs_P2P_forward.sh
## MAIL LOG : support@qo-op.com
$MY_PATH/tools/mailjet.sh "support@qo-op.com" "/tmp/20h12.log" &
$MY_PATH/tools/mailjet.sh "support@g1sms.fr" "/tmp/20h12.log"
espeak "20 12 Storm & Thunder duration was $dur seconds" > /dev/null 2>&1

View File

@ -1,5 +1,5 @@
root=support@g1sms.fr
mailhub=mail.asycn.io:587
mailhub=sonic.asycn.io:587
rewriteDomain=g1sms.fr
FromLineOverride=YES
AuthUser=support@g1sms.fr

View File

@ -18,7 +18,7 @@ echo '
### PLEASE CHANGE YOUR DOMAIN AND KEY ( OR HELP PAYING TRAFIC ;)
## THIS IS A FREE LIMITED ACCOUNT. DO NOT EXAGERATE ;)
mail="$1" # EMAIL DESTINATAIRE
[[ ! $1 ]] && mail="support@qo-op.com"
[[ ! $1 ]] && mail="support@g1sms.fr"
messfile="$2" # FICHIER A AJOUTER AU CORPS MESSAGE
@ -33,7 +33,7 @@ echo "
echo "From: support@g1sms.fr
To: EMAIL
Bcc: support@qo-op.com
Bcc: support@g1sms.fr
Subject: SUBJECT
MESSAGE
" > ~/.zen/tmp/email.txt