Skip to content

Commit

Permalink
CHANGED: angle bracnkets
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Aug 22, 2024
1 parent ac141ba commit c16f1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/adviser.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
}



2 changes: 1 addition & 1 deletion src/sendEmails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for signature in $@; do

curl -v --url 'smtps://smtp.gmail.com:465' \
--ssl-reqd \
--mail-from "${EMAIL_USERNAME}" \
--mail-from "<${EMAIL_USERNAME}>" \
--mail-rcpt "${email_value}" \
--mail-rcpt "${EMAIL_USERNAME}" \
--user "${EMAIL_USERNAME}:${EMAIL_PASSWORD}" \
Expand Down

0 comments on commit c16f1ef

Please sign in to comment.