how can I whitelist emails forwarded through salesfore.com? RSS Back to forum
2
I think I got it, i whitelisted productinquiry=mystore.com* and got an address match.
by gary massengale
more than 10 years ago
3
@gary massengale:
you can add
.*@.*salesforce\.com$
to the Sender Whitelist as a regular expression: this will match any email address ending with "salesforce.com".
one of our vendors sends orders to us via email, and apparently they are sending them via a 3rd part, sales force.com. below is an example of the email:
productinquiry=mystore.com__5wzoc0582o4ftmd5@d7lmf3v7d8nl.ajyjtmaw.a.bnc.salesforce.com
if I try to whitelist salesforce.com and test this email address, it fails the test. I assume because of all the random numbers and letters after the @ symbol? those numbers and letters seem to change often, so how do I make sure these emails go through?