diff --git a/backend/src/emails/templates/password-reset.js b/backend/src/emails/templates/password-reset.js index fff16be..fbe6826 100644 --- a/backend/src/emails/templates/password-reset.js +++ b/backend/src/emails/templates/password-reset.js @@ -51,6 +51,7 @@ function generatePasswordResetEmail(data) { @@ -73,6 +74,7 @@ If you didn't request this password reset, please ignore this email. Your passwo --- spotlight.cam - P2P video exchange for dance events +Need help? https://spotlight.cam/contact This is an automated email. Please do not reply. `; diff --git a/backend/src/emails/templates/recording-suggestions.js b/backend/src/emails/templates/recording-suggestions.js index e3ec7c7..a79c071 100644 --- a/backend/src/emails/templates/recording-suggestions.js +++ b/backend/src/emails/templates/recording-suggestions.js @@ -71,6 +71,7 @@ function generateRecordingSuggestionsEmail(data) { @@ -98,6 +99,7 @@ Please review them at your earliest convenience. --- spotlight.cam - P2P video exchange for dance events +Need help? ${frontendUrl}/contact This is an automated email. Please do not reply. `; diff --git a/backend/src/emails/templates/verification.js b/backend/src/emails/templates/verification.js index 303a126..bfbe563 100644 --- a/backend/src/emails/templates/verification.js +++ b/backend/src/emails/templates/verification.js @@ -62,6 +62,7 @@ function generateVerificationEmail(data) { @@ -86,6 +87,7 @@ Didn't create an account? You can safely ignore this email. --- spotlight.cam - P2P video exchange for dance events +Need help? https://spotlight.cam/contact This is an automated email. Please do not reply. `; diff --git a/backend/src/emails/templates/welcome.js b/backend/src/emails/templates/welcome.js index ab975ab..d57424e 100644 --- a/backend/src/emails/templates/welcome.js +++ b/backend/src/emails/templates/welcome.js @@ -63,7 +63,8 @@ function generateWelcomeEmail(data) { @@ -92,7 +93,8 @@ Happy dancing! 💃🕺 --- spotlight.cam - P2P video exchange for dance events -Questions? Check out our FAQ or contact support. +Need help? ${frontendUrl}/contact +This is an automated email. Please do not reply. `; return { subject, htmlBody, textBody };