From 28a2ec47ea17860d022d12cd8393d4d12ebf1ab7 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 2 Oct 2020 23:58:52 +0200 Subject: [PATCH 1/2] travis --- addons/smtp-mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/smtp-mail.sh b/addons/smtp-mail.sh index 05b264b3..cdbd9cee 100644 --- a/addons/smtp-mail.sh +++ b/addons/smtp-mail.sh @@ -111,7 +111,7 @@ then fi # Enter the recipient -RECIPIENT=$(input_box_flow "Please enter the recipient email address that shall receive all mails.\nE.g. recipient@$MAIL_SERVER) +RECIPIENT=$(input_box_flow "Please enter the recipient email address that shall receive all mails.\nE.g. recipient@$MAIL_SERVER") # Present what we gathered, if everything okay, write to files msg_box "These are the settings that will be used. Please check that everything seems correct. From 39aae19f92f86b9fb26bd5c50d178715ac685f11 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 3 Oct 2020 00:10:10 +0200 Subject: [PATCH 2/2] change starttls --- addons/smtp-mail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/smtp-mail.sh b/addons/smtp-mail.sh index cdbd9cee..2c04eba5 100644 --- a/addons/smtp-mail.sh +++ b/addons/smtp-mail.sh @@ -136,7 +136,7 @@ then export MSMTP_ENCRYPTION2="tls_starttls off" elif [ "$PROTOCOL" = "STARTTLS" ] then - export MSMTP_ENCRYPTION1="tls off" + export MSMTP_ENCRYPTION1="tls on" export MSMTP_ENCRYPTION2="tls_starttls on" elif [ "$PROTOCOL" = "NO-ENCRYPTION" ] then