From 075331b26c1521ebf9ce13043b2b2443c5ad0a61 Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Thu, 30 Oct 2025 19:19:20 +0000 Subject: [PATCH] fix: remove reply-to references in email templates (#4676) --- .../templates/emails/account/AuthenticationMethodAdded.vue | 5 ++--- .../templates/emails/account/AuthenticationMethodRemoved.vue | 5 ++--- apps/frontend/src/templates/emails/account/EmailChanged.vue | 5 ++--- .../frontend/src/templates/emails/account/LoginNewDevice.vue | 5 ++--- apps/frontend/src/templates/emails/account/PATCreated.vue | 5 ++--- .../src/templates/emails/account/PasswordChanged.vue | 5 ++--- .../src/templates/emails/account/PasswordRemoved.vue | 5 ++--- .../src/templates/emails/account/PayoutAvailable.vue | 4 ++-- .../src/templates/emails/account/SubscriptionTaxChange.vue | 2 +- .../frontend/src/templates/emails/account/TwoFactorAdded.vue | 5 ++--- .../src/templates/emails/account/TwoFactorRemoved.vue | 5 ++--- .../templates/emails/organization/OrganizationInvited.vue | 3 +-- .../frontend/src/templates/emails/project/ProjectInvited.vue | 3 +-- .../src/templates/emails/project/ProjectStatusApproved.vue | 3 +-- .../templates/emails/project/ProjectStatusUpdatedNeutral.vue | 4 ++-- .../src/templates/emails/project/ProjectTransferred.vue | 4 ++-- 16 files changed, 28 insertions(+), 40 deletions(-) diff --git a/apps/frontend/src/templates/emails/account/AuthenticationMethodAdded.vue b/apps/frontend/src/templates/emails/account/AuthenticationMethodAdded.vue index 278ea0a3..dcb0b026 100644 --- a/apps/frontend/src/templates/emails/account/AuthenticationMethodAdded.vue +++ b/apps/frontend/src/templates/emails/account/AuthenticationMethodAdded.vue @@ -17,9 +17,8 @@ import StyledEmail from '../shared/StyledEmail.vue' Modrinth account. - If you did not make this change, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/AuthenticationMethodRemoved.vue b/apps/frontend/src/templates/emails/account/AuthenticationMethodRemoved.vue index 715565cd..066add93 100644 --- a/apps/frontend/src/templates/emails/account/AuthenticationMethodRemoved.vue +++ b/apps/frontend/src/templates/emails/account/AuthenticationMethodRemoved.vue @@ -17,9 +17,8 @@ import StyledEmail from '../shared/StyledEmail.vue' sign in to your Modrinth account. - If you did not make this change, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/EmailChanged.vue b/apps/frontend/src/templates/emails/account/EmailChanged.vue index a2595393..95a1aa9d 100644 --- a/apps/frontend/src/templates/emails/account/EmailChanged.vue +++ b/apps/frontend/src/templates/emails/account/EmailChanged.vue @@ -17,9 +17,8 @@ import StyledEmail from '../shared/StyledEmail.vue' {emailchanged.new_email}. - If you did not make this change, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/LoginNewDevice.vue b/apps/frontend/src/templates/emails/account/LoginNewDevice.vue index 138b90f6..e3bfa8bb 100644 --- a/apps/frontend/src/templates/emails/account/LoginNewDevice.vue +++ b/apps/frontend/src/templates/emails/account/LoginNewDevice.vue @@ -70,9 +70,8 @@ import StyledEmail from '../shared/StyledEmail.vue' If this wasn't you, please update your password and review your account security settings. If - you cannot do this, contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/PATCreated.vue b/apps/frontend/src/templates/emails/account/PATCreated.vue index 840c43af..acbfc8ad 100644 --- a/apps/frontend/src/templates/emails/account/PATCreated.vue +++ b/apps/frontend/src/templates/emails/account/PATCreated.vue @@ -18,9 +18,8 @@ import StyledEmail from '../shared/StyledEmail.vue' A new personal access token, {newpat.token_name}, has been added to your account. - If you did not create this token, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/PasswordChanged.vue b/apps/frontend/src/templates/emails/account/PasswordChanged.vue index 3c949220..c2a461ef 100644 --- a/apps/frontend/src/templates/emails/account/PasswordChanged.vue +++ b/apps/frontend/src/templates/emails/account/PasswordChanged.vue @@ -14,9 +14,8 @@ import StyledEmail from '../shared/StyledEmail.vue' Hi {user.name}, Your password has been changed on your account. - If you did not make this change, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/PasswordRemoved.vue b/apps/frontend/src/templates/emails/account/PasswordRemoved.vue index 56fdeb85..ff21223d 100644 --- a/apps/frontend/src/templates/emails/account/PasswordRemoved.vue +++ b/apps/frontend/src/templates/emails/account/PasswordRemoved.vue @@ -18,9 +18,8 @@ import StyledEmail from '../shared/StyledEmail.vue' Modrinth account. - If you did not make this change, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/PayoutAvailable.vue b/apps/frontend/src/templates/emails/account/PayoutAvailable.vue index 5ae88853..4401e795 100644 --- a/apps/frontend/src/templates/emails/account/PayoutAvailable.vue +++ b/apps/frontend/src/templates/emails/account/PayoutAvailable.vue @@ -34,8 +34,8 @@ import StyledEmail from '../shared/StyledEmail.vue' If you have any questions about the creator rewards program, please contact support through the - Support Portal - or by replying to this email. + Support Portal. Thank you for being a creator on Modrinth! diff --git a/apps/frontend/src/templates/emails/account/SubscriptionTaxChange.vue b/apps/frontend/src/templates/emails/account/SubscriptionTaxChange.vue index ee87fbd0..6fca93d8 100644 --- a/apps/frontend/src/templates/emails/account/SubscriptionTaxChange.vue +++ b/apps/frontend/src/templates/emails/account/SubscriptionTaxChange.vue @@ -32,7 +32,7 @@ import StyledEmail from '../shared/StyledEmail.vue' Thank you for choosing Modrinth! If you have any questions or need help with your - subscription, reply to this email or visit our + subscription, visit our Support Portal. diff --git a/apps/frontend/src/templates/emails/account/TwoFactorAdded.vue b/apps/frontend/src/templates/emails/account/TwoFactorAdded.vue index 6b5db217..6222c8b9 100644 --- a/apps/frontend/src/templates/emails/account/TwoFactorAdded.vue +++ b/apps/frontend/src/templates/emails/account/TwoFactorAdded.vue @@ -17,9 +17,8 @@ import StyledEmail from '../shared/StyledEmail.vue' need to submit the code generated by your authenticator app. - If you did not make this change, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/account/TwoFactorRemoved.vue b/apps/frontend/src/templates/emails/account/TwoFactorRemoved.vue index 82a5a6e9..740bb089 100644 --- a/apps/frontend/src/templates/emails/account/TwoFactorRemoved.vue +++ b/apps/frontend/src/templates/emails/account/TwoFactorRemoved.vue @@ -18,9 +18,8 @@ import StyledEmail from '../shared/StyledEmail.vue' At your request, we've removed two-factor authentication from your Modrinth account. - If you did not make this change, please contact us immediately by replying to this email or - through our Support PortalSupport Portal. diff --git a/apps/frontend/src/templates/emails/organization/OrganizationInvited.vue b/apps/frontend/src/templates/emails/organization/OrganizationInvited.vue index e6d1a565..ffdaf260 100644 --- a/apps/frontend/src/templates/emails/organization/OrganizationInvited.vue +++ b/apps/frontend/src/templates/emails/organization/OrganizationInvited.vue @@ -68,8 +68,7 @@ import StyledEmail from '../shared/StyledEmail.vue' in error or is abusive, please contact support through the Support Portal - or by replying to this email. + >. diff --git a/apps/frontend/src/templates/emails/project/ProjectInvited.vue b/apps/frontend/src/templates/emails/project/ProjectInvited.vue index 711047bf..1e3ab88e 100644 --- a/apps/frontend/src/templates/emails/project/ProjectInvited.vue +++ b/apps/frontend/src/templates/emails/project/ProjectInvited.vue @@ -63,8 +63,7 @@ import StyledEmail from '../shared/StyledEmail.vue' this was sent in error or is abusive, please contact support through the Support Portal - or by replying to this email. + >. diff --git a/apps/frontend/src/templates/emails/project/ProjectStatusApproved.vue b/apps/frontend/src/templates/emails/project/ProjectStatusApproved.vue index e2e52163..a1310c18 100644 --- a/apps/frontend/src/templates/emails/project/ProjectStatusApproved.vue +++ b/apps/frontend/src/templates/emails/project/ProjectStatusApproved.vue @@ -45,8 +45,7 @@ import StyledEmail from '../shared/StyledEmail.vue' - If you have questions or believe something isn't correct, you can reply to this email or reach - out via the + If you have questions or believe something isn't correct, you can reach out via the Support Portal. diff --git a/apps/frontend/src/templates/emails/project/ProjectStatusUpdatedNeutral.vue b/apps/frontend/src/templates/emails/project/ProjectStatusUpdatedNeutral.vue index feae7549..eb9361d6 100644 --- a/apps/frontend/src/templates/emails/project/ProjectStatusUpdatedNeutral.vue +++ b/apps/frontend/src/templates/emails/project/ProjectStatusUpdatedNeutral.vue @@ -53,8 +53,8 @@ import StyledEmail from '../shared/StyledEmail.vue' If you believe this status was applied in error, you can reply in the moderation thread or contact support through our - Support Portal - or by replying to this email. + Support Portal. Thank you for publishing on Modrinth! diff --git a/apps/frontend/src/templates/emails/project/ProjectTransferred.vue b/apps/frontend/src/templates/emails/project/ProjectTransferred.vue index 7da66d5d..bb221f37 100644 --- a/apps/frontend/src/templates/emails/project/ProjectTransferred.vue +++ b/apps/frontend/src/templates/emails/project/ProjectTransferred.vue @@ -53,8 +53,8 @@ import StyledEmail from '../shared/StyledEmail.vue' If you did not initiate this transfer, please contact support immediately through the - Support Portal - or by replying to this email. + Support Portal.