Skip to content

Commit 0b6c8d7

Browse files
authored
update mailgun from header
1 parent 38ccc2c commit 0b6c8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/mailgun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242
# Build curl command with attachments
4343
CURL_CMD="curl -s --user \"api:${MAILGUN_API_KEY}\" \
4444
https://api.mailgun.net/v3/${MAILGUN_DOMAIN}/messages \
45-
-F from='Caltech Library <no-reply@${MAILGUN_DOMAIN}>' \
45+
-F from='PubArchiver <no-reply@${MAILGUN_DOMAIN}>' \
4646
-F to=\"$EMAIL_TO\" \
4747
-F subject=\"$SUBJECT\""
4848

0 commit comments

Comments
 (0)