We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ccc2c commit 0b6c8d7Copy full SHA for 0b6c8d7
1 file changed
.github/scripts/mailgun.sh
@@ -42,7 +42,7 @@ fi
42
# Build curl command with attachments
43
CURL_CMD="curl -s --user \"api:${MAILGUN_API_KEY}\" \
44
https://api.mailgun.net/v3/${MAILGUN_DOMAIN}/messages \
45
- -F from='Caltech Library <no-reply@${MAILGUN_DOMAIN}>' \
+ -F from='PubArchiver <no-reply@${MAILGUN_DOMAIN}>' \
46
-F to=\"$EMAIL_TO\" \
47
-F subject=\"$SUBJECT\""
48
0 commit comments