I am trying to bypass “Click here to download pictures.
To help protect your privacy, Outlook prevented automatic download of some pictures in this message” for email coming from a specific external domain and its subdomains. I know I can do that by adding the domains to everybody's "Safe Sender"
list in Outlook via powershell, however, that becomes cumbersome (as it would need to be added everytime a new mailbox was created, etc.)
I've tried to do this globally by running the following:
set-ContentFilterConfig -bypassedSenderDomain:"*.domain.com, *.domain2.com"
But still get prompted to download pictures from domain.com and domain2.com
Any other suggestions?
TAG