Skip to content

Commit

Permalink
CHANGED: small change in send email due to smtp error
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Aug 22, 2024
1 parent 7f07100 commit 6908b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion data/adviser.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
"position": "{{POSITION}}",
"linkedin": "{{LINKEDIN}}"
}

2 changes: 1 addition & 1 deletion src/sendEmails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ A
-F "file=@${PROJECT_FOLDER}/out/${signature}.html;type=text/html;encoder=base64" \
-F '=)' \
-H "Subject: Actualització de signatures d'email" \
-H "From: Informàtica ASBTEC <informatica@asbtec.cat>" \
-H "From: Informàtica ASBTEC informatica@asbtec.cat" \
-H "To: ${EMAIL_USERNAME} <${EMAIL_USERNAME}>"
done

0 comments on commit 6908b52

Please sign in to comment.