From 6908b52f1a02b230ae2baeb06c79aecba7a67091 Mon Sep 17 00:00:00 2001 From: AleixMT Date: Thu, 22 Aug 2024 13:55:11 +0200 Subject: [PATCH] CHANGED: small change in send email due to smtp error --- data/adviser.json | 1 - src/sendEmails.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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