Skip to content

Commit 3a709ba

Browse files
committed
Fix remaining domain reference in relay-mappings example
- Change contact-support@blburns.com to contact-support@domain1.com - Maintains consistency with other placeholder domains
1 parent e0e8f39 commit 3a709ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mappings/relay-mappings.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ domain = domain1.com
2525
# Support Contact
2626
[mapping:contact-support]
2727
from_pattern = contact-support@mailer.domain1.com
28-
to_pattern = contact-support@blburns.com
28+
to_pattern = contact-support@domain1.com
2929
smtp_account = mail-relay@domain1.com
3030
domain = domain1.com
3131

0 commit comments

Comments
 (0)