Skip to content

Commit

Permalink
CHANGED: logos coming from self-hosted github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent 7e0f1ca commit 8a7e8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sendEmails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@
</html>



0 comments on commit 8a7e8f8

Please sign in to comment.