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

Joel Grunbaum
2021-08-19 d41201c6418b3000607f24a160328c6623d6dd71
main.sh
@@ -339,14 +339,18 @@
}
function send_email {
   (
   curl -s --url "smtp://$EMAIL_HOST" --ssl-reqd \
      --mail-from "$FROM_EMAIL" \
      --mail-rcpt "$TO_EMAIL" \
      --user "$EMAIL_USER" \
      -T <(
   echo "From: $FROM_EMAIL"
   echo "To: $EMAIL"
         echo "To: $TO_EMAIL"
   echo "Subject: Build errors"
   echo ""
   echo "There were build errors for the build of $REPONAME at $(date), please address them soon."
   echo "The errors were: $@"
   ) | sendmail -t
      )
}
case $1 in