diff --git a/data/adviser.json b/data/adviser.json index 8bdfb6e..c373413 100644 --- a/data/adviser.json +++ b/data/adviser.json @@ -4,4 +4,3 @@ "position": "{{POSITION}}", "linkedin": "{{LINKEDIN}}" } - diff --git a/src/sendEmails.sh b/src/sendEmails.sh index 8511c4f..f51c24b 100644 --- a/src/sendEmails.sh +++ b/src/sendEmails.sh @@ -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 " \ + -H "From: Informàtica ASBTEC informatica@asbtec.cat" \ -H "To: ${EMAIL_USERNAME} <${EMAIL_USERNAME}>" done \ No newline at end of file