KnowledgeBase Articles
| Articles | Categories | Screencasts |
How to Automatically Bcc an Address on Every Message in Mac OS X Mail? |
||
| Updated: 09 December 2011 10:22:01 | OpenCRM::Emails OpenCRM::Add-in::Pop2OpenCRM Hosted::Services::Email | |
Mac OS X Mail keeps a copy of every message you send in the Sent folder. What, though, if you want still another and permanent record? How about (silently) mailing a copy of each message to an archive email address? This is great when you are using Mac OSX Mail and Pop2OpenCRM.
You can accomplish this by adding that address to the Bcc: field of every message you send, of course. At the same time, this tedious task is almost impossible to accomplish consistently.
Much better is it to let Mac OS X Mail do that job. It can add one ore more Bcc recipients to every message automatically.
Automatically Bcc an Address on Every Message in Mac OS X Mail
To auto-Bcc a copy of every message you send from Mac OS X Mail to a particular email address.
- Open Terminal.
- Type "defaults read com.apple.mail UserHeaders".
- Press Enter.
- If that command returns "The domain/default pair of (com.apple.mail, UserHeaders) does not exist":
- Type "defaults write com.apple.mail UserHeaders '{"Bcc" = "bcc@address"; }'" (excluding the outermost quotation marks) and replace bcc@address with the address you want to be used for the automatic copy.
- If the "defaults read" command above returns a line of values that starts with "{" and ends in "}":
- Highlight the entire line. It might read something like {Reply-To = "reply-to@address"; }, for example.
- Press Command-C.
- Type "defaults write com.apple.mail UserHeaders '" (excluding the outer quotation marks).
- Press Command-V.
- Type "'".
- Insert '"Bcc" = "bcc@address"; ' in front of the closing "}" character, replacing bcc@address with the email address you want to be used for automatic Bcc.
- The line might now read defaults write com.apple.mail UserHeaders '{Reply-To = "reply-to@address"; "Bcc" = "bcc@address"; }', for example.
- Press Enter.
Caution!
Unfortunately, this neat trick has a major drawback. Mac OS X Mail will replace any Bcc: recipients you have added to a message while composing it with your default Bcc: address.
If you want to add a Bcc: recipient different from the automatic one, you either have to set it via Terminal as above (separate multiple addresses by comma) or remove Bcc from your UserHeaders (make sure you quit Mac OS X Mail before any change) before sending the message.
Disable Automatic Bcc in Mac OS X Mail
To turn off automatic Bcc emails again in Mac OS X Mail:
- Execute "defaults delete com.apple.mail UserHeaders" at the Terminal command prompt to delete all custom headers
- or set UserHeaders back to what it was before you added "Bcc".
Republished from about.com - original article location : http://email.about.com/od/macosxmailtips/qt/et_auto_bcc.htm
IMPORTANT : making changes using any of the advice given here or by a third party should be undertaken by a suitably qualified member of your team. Software Add-ons cannot offer support on use of this advice and it is provided 'as is'.
You may also be interested in:
- Transferring HTML email templates with images, into OpenCRM Updated : 17-05-2013 14:49
OpenCRM::Settings::Templates OpenCRM::Emails - How Can I CC and/or BCC in OpenCRM. Updated : 13-05-2013 14:57
OpenCRM::Emails - How do I Create a Mailshot in OpenCRM from a spreadsheet? Updated : 13-05-2013 13:31
OpenCRM::Contacts OpenCRM::Emails - Can I set up a user or contact to always be CC'd or a BCC'd into correspondence sent using an email template? Updated : 18-09-2012 16:51
OpenCRM::Emails OpenCRM::Settings::Templates - Can I check if the email address I am entering is valid? Updated : 04-09-2012 14:03
OpenCRM::Emails - I want certain actions in OpenCRM to trigger an email or an SMS message, either to an assigned user or to an OpenCRM contact, how can I do this? Do you have any rules for the setting up auto-emails, auto-emailing or auto SMS? Updated : 01-08-2012 09:40
OpenCRM::Emails - How to use the Outlook Add-in with OpenCRM. How to sync Contacts, Calender entries and Emails between Outlook and OpenCRM using the Outlook Add-in. Updated : 23-07-2012 15:52
OpenCRM::Calendar OpenCRM::Emails OpenCRM::Contacts OpenCRM::Activities OpenCRM::Add-in::Outlook Windows::Outlook - How can I show emails in the history sub-tab of their linked record? Can I have emails I send to Contacts also show on their associated Company history tab? Updated : 12-07-2012 12:07
OpenCRM::Emails - I want to create and send an Email Campaign, what advice can you give me? Updated : 01-05-2012 16:46
OpenCRM::Emails OpenCRM::Campaigns - How do I send an Auto BCC for Outgoing emails in Thunderbird? Updated : 21-03-2012 12:34
OpenCRM::Emails OpenCRM::Add-in::Pop2OpenCRM
More..

