diff --git a/src/sendEmails.sh b/src/sendEmails.sh index 20d7692..9465f7d 100644 --- a/src/sendEmails.sh +++ b/src/sendEmails.sh @@ -13,5 +13,5 @@ for signature in $@; do --mail-rcpt "${email_value}" \ --user "${EMAIL_USERNAME}:${EMAIL_PASSWORD}" \ -H 'content-type: application/x-www-form-urlencoded' \ - --data-binary "${PROJECT_FOLDER}/out/${signature}.html" + -T "${PROJECT_FOLDER}/out/${signature}.html" done \ No newline at end of file diff --git a/templates/template.html b/templates/template.html index e73a236..9c36da5 100644 --- a/templates/template.html +++ b/templates/template.html @@ -175,3 +175,4 @@ +