Turning off sending mail

This commit is contained in:
myvesta 2019-07-12 13:30:37 +02:00 committed by GitHub
commit 6a9f65d98e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1366,8 +1366,8 @@ Sincerely yours
vestacp.com team vestacp.com team
" > $tmpfile " > $tmpfile
send_mail="$VESTA/web/inc/mail-wrapper.php" # send_mail="$VESTA/web/inc/mail-wrapper.php"
cat $tmpfile | $send_mail -s "Vesta Control Panel" $email # cat $tmpfile | $send_mail -s "Vesta Control Panel" $email
# Congrats # Congrats
echo '=======================================================' echo '======================================================='