Skip to content

Commit

Permalink
CC my personal email on Contact Form submissions
Browse files Browse the repository at this point in the history
This will allow me to much more promptly respond, since I rarely check
the official mailbox (real email gets lost in the deluge of spam).
  • Loading branch information
hemberger committed Feb 4, 2024
1 parent c84b3e6 commit 3805249
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/smr_beta/files/config/config.specific.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
'[email protected]',
];

// E-mail addresses to CC on contact form submissions
+const CONTACT_FORM_CC_ADDRESSES = [
'[email protected]',
];

const SMTP_HOSTNAME = 'smtp';

const HISTORY_DATABASES = [];
Expand Down
5 changes: 5 additions & 0 deletions roles/smr_live/files/config/config.specific.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
'[email protected]',
];

// E-mail addresses to CC on contact form submissions
+const CONTACT_FORM_CC_ADDRESSES = [
'[email protected]',
];

# Refer to the smtp container name in the dockerize (live) repo. This name is
# unique, unlike the service name ("smtp"), which is the same in both beta and
# live. This ensures we only ever connect to the live smtp service.
Expand Down

0 comments on commit 3805249

Please sign in to comment.