I've received a big load of emails. I want to answer them all with the same message without the recipients knowing of the other receivers. Any recommendations on how to achieve this?
|
feedback
|
|
The quickest way I can think of is an outlook vba macro, provided you don't mind Outlook throwing a bit of a tantrum that you're automating it - it'll warn you that it might be a virus. Something like the following
So for the above, for each email it finds in your inbox with the subject "Test", it'll send a reply to the original sender with the body "Test 2". | |||
|
feedback
|
|
Use bcc (blind carbon copy). Add all the recipients to that field and they won't know about all the other people you've also sent the mail to. | |||||||||||
feedback
|