Skip to content

Commit

Permalink
update assistant email address to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus committed Jan 18, 2025
1 parent cfc92d5 commit 64f9ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/resend/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import dayjs from "dayjs";

const replyToEmails = [
"[email protected]",
"assistants@refugeworldwide.com",
"assistant@refugeworldwide.com",
];

export async function sendEmail(artist, show, severity) {
Expand Down Expand Up @@ -98,7 +98,7 @@ export async function sendArtworkEmail(artist, date, artwork) {
"Your show artwork for " + dayjs(date).format("dddd") + " is now ready",
reply_to: [
"[email protected]",
"assistants@refugeworldwide.com",
"assistant@refugeworldwide.com",
"[email protected]",
],
react: ShowArtworkEmail({
Expand Down

0 comments on commit 64f9ea8

Please sign in to comment.