You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: 'List of email domain configurations for alias normalization. Each entry should have domain, regex, and replace properties. Example: [{domain: "mozilla.com", regex: "\\+[^@]+" }].',
620
+
env: 'BOUNCES_EMAIL_ALIAS_NORMALIZATION',
621
+
format: String,
622
+
},
615
623
},
616
624
connectionTimeout: {
617
625
doc: 'Milliseconds to wait for the connection to establish (default is 2 minutes)',
doc: 'List of email domain configurations for alias normalization. Each entry should have domain, regex, and replace properties. Example: [{domain: "mozilla.com", regex: "\\+[^@]+", replace: ""}]',
0 commit comments