update formatting of bounced emails.
This commit is contained in:
@@ -240,8 +240,7 @@ exports.emailBounce = async function (req, res, next) {
|
||||
to: "patrick@snapt.ca", // replyTo,
|
||||
bcc: "patrick@snapt.ca",
|
||||
subject: `ImEX Online Bounced Email - RE: ${subject}`,
|
||||
text: `
|
||||
ImEX Online has tried to deliver an email with the subject: ${subject} to the intended recipients but encountered an error.
|
||||
text: `ImEX Online has tried to deliver an email with the subject: ${subject} to the intended recipients but encountered an error.
|
||||
|
||||
${message.bounce?.bouncedRecipients.map(
|
||||
(r) =>
|
||||
|
||||
Reference in New Issue
Block a user