From 6bd4dea68c92c5ea1f71570d4a388a3cafb30332 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 19 Aug 2021 23:50:37 +0000
Subject: [PATCH] ssl optional but will try
---
main.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/main.sh b/main.sh
index 76217c9..d6dfa5c 100755
--- a/main.sh
+++ b/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" \
--
Gitblit v1.10.0