-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update artwork email reply_to * update general email reply to's
- Loading branch information
1 parent
1ee2176
commit 96d4070
Showing
6 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,7 @@ export async function sendEmail(artist, show, severity) { | |
from: "Refuge Worldwide <[email protected]>", | ||
to: artist.email, | ||
subject: subject(severity), | ||
reply_to: [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
], | ||
reply_to: ["[email protected]", "[email protected]"], | ||
react: ShowSubmissionEmail({ | ||
userName: artist.name, | ||
showDateStart: show.date, | ||
|
@@ -53,7 +49,6 @@ export async function sendConfirmationEmail(show) { | |
reply_to: [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
], | ||
react: ShowSubmissionEmail({ | ||
userName: artist.label, | ||
|
@@ -93,7 +88,8 @@ export async function sendArtworkEmail(artist, date) { | |
reply_to: [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
], | ||
react: ShowArtworkEmail({ | ||
userName: artist.name, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters