mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
2021-08-19 6bd4dea68c92c5ea1f71570d4a388a3cafb30332
ssl optional but will try
1 files modified
2 ■■■ changed files
main.sh 2 ●●● patch | view | raw | blame | history
main.sh
@@ -339,7 +339,7 @@
}
function send_email {
    curl -s --url "smtp://$EMAIL_HOST" --ssl-reqd \
    curl -s --url "smtp://$EMAIL_HOST" --ssl \
        --mail-from "$FROM_EMAIL" \
        --mail-rcpt "$TO_EMAIL" \
        --user "$EMAIL_USER" \