diff options
Diffstat (limited to 'server/lib/emailer.ts')
-rw-r--r-- | server/lib/emailer.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts index 6532fb4b4..708808cf2 100644 --- a/server/lib/emailer.ts +++ b/server/lib/emailer.ts | |||
@@ -606,7 +606,10 @@ class Emailer { | |||
606 | locals: { | 606 | locals: { |
607 | fromName, | 607 | fromName, |
608 | fromEmail, | 608 | fromEmail, |
609 | body | 609 | body, |
610 | |||
611 | // There are not notification preferences for the contact form | ||
612 | hideNotificationPreferences: true | ||
610 | } | 613 | } |
611 | } | 614 | } |
612 | 615 | ||