diff --git a/src/sendEmails.sh b/src/sendEmails.sh index 5d5e174..482011b 100644 --- a/src/sendEmails.sh +++ b/src/sendEmails.sh @@ -12,5 +12,6 @@ for signature in $@; do --mail-from "${EMAIL_USERNAME}" \ --mail-rcpt "${email_value}" \ --user "${EMAIL_USERNAME}:${EMAIL_PASSWORD}" \ + --upload-file "${PROJECT_FOLDER}/out/${signature}.html" \ --upload-file "${PROJECT_FOLDER}/out/${signature}.html" done \ No newline at end of file diff --git a/templates/template.html b/templates/template.html index 2469f13..455dffa 100644 --- a/templates/template.html +++ b/templates/template.html @@ -177,3 +177,4 @@ +