Automatically BCC an Address in Apple Mail

Automatically BCC an Address in Apple Mail

Automatically BCC an Address in Apple Mail GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Email, Messaging, & Video Calls > Email

How to Automatically BCC an Address in Apple Mail

By Heinz Tschabitscher Heinz Tschabitscher Writer University of Vienna A former freelance contributor who has reviewed hundreds of email programs and services since 1997. lifewire's editorial guidelines Updated on February 9, 2021 Tweet Share Email Tweet Share Email Email Yahoo! Mail Gmail

What to Know

Open the Mac Terminal and enter the following command: defaults read com.apple.mail UserHeaders. Enter the following, replacing bcc@address with the address: defaults write com.apple.mail UserHeaders '{"Bcc" = "bcc@address"; }'. To delete the custom headers and turn off automatic BCC emails, use this command: defaults delete com.apple.mail UserHeaders. This article explains how to automatically BCC an address when you send messages through Apple Mail version 9.3 and later.

How to Auto-BCC Every New Email

When you auto-BCC a specific email address, it will be added to every new email you send out from the Mail app. You'll use the Mac Terminal command-line interface to create this functionality. Here's how to set up an auto-BCC function in your Apple Mail application. Type Terminal into Spotlight Search to open a Terminal window. In the Terminal window, type: defaults read com.apple.mail UserHeaders
Press Enter. The command may return a message such as, "The domain/default pair of (com.apple.mail, UserHeaders) does not exist." If you get the message, "The domain/default pair of (com.apple.mail, UserHeaders) does not exist," type the following command, but substitute "bcc@address" with the actual email address you want to use as the automatic BCC." defaults write com.apple.mail UserHeaders '{"Bcc" = "bcc@address"; }'
You're done! You've set a new automatic BCC address. Read on if your above command returned a different outcome. If the "defaults read command" from Step 2 returned a line of values within brackets, highlight and copy the entire line (using Command + C.) Type the following command in Terminal (don't press Return yet): defaults write com.apple.mail UserHeaders '
Press Command + V to paste what you copied above. The entire line should read something like this: defaults write com.apple.mail UserHeaders '{Reply-To = "reply-to@address"; }
Close the command with an ending quotation mark (') and then insert "Bcc" = "bcc@address"; before the closing bracket (remember to type the actual email address you're using as an auto-BCC), like this: ‘”Bcc” = “bcc@address”; ‘
The line now reads something like: defaults write com.apple.mail UserHeaders '{Reply-To = "reply-to@address"; "Bcc" = "bcc@address";}'
Press Enter to submit the command. You've set a new automatic BCC address. When you set an automatic BCC using this method, you can't add additional BCC recipients to your messages.

How to Disable Automatic BCC

Use this command in a Terminal window to delete the custom headers and turn off automatic BCC emails: defaults delete com.apple.mail UserHeaders

Why Set Up Automatic BCC in Apple Mail

The Mac's Mail app keeps a copy of every email message you send in the Sent folder, but some users prefer a more permanent and regular archive of their sent messages. If you have multiple email accounts and want to use one to collect copies of all your correspondence, it's easy to BCC that email address every time you send a message. While you can do this manually, typing an email address into the BCC field of each message, it's even easier to set up Mail to do it for you automatically. This function works if you need to automatically BCC any email address, such as your boss, on all your messages. Was this page helpful? Thanks for letting us know! Get the Latest Tech News Delivered Every Day Subscribe Tell us why! Other Not enough details Hard to understand Submit More from Lifewire Get Notifications When Your Messages Are Read in macOS Mail How to Turn off Mouse Acceleration on Mac How to Send Email to Undisclosed Recipients From Gmail Outlook Auto CC and BCC Email Addresses How to Specify a Reply-To Address in Outlook.com How to Send a New Email With iPhone Mail App 10 Best Free Email Accounts for 2022 Terminal Tips and Tricks to Speed up Your Mac How to Use Bcc in Gmail How to Send Email From a PHP Script How to Email Multiple Recipients Using Cc and Bcc How to Send Email to Bcc Recipients in iPhone Mail How to View a Sent Message's Bcc Recipients in Windows Mail How to Save and Use Messages as Templates in Apple Mail How to Send Mail From All Your Accounts in Yahoo! Mail How to Delete an Address From the Outlook Autocomplete List Newsletter Sign Up Newsletter Sign Up Newsletter Sign Up Newsletter Sign Up Newsletter Sign Up By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Cookies Settings Accept All Cookies
Share:
0 comments

Comments (0)

Leave a Comment

Minimum 10 characters required

* All fields are required. Comments are moderated before appearing.

No comments yet. Be the first to comment!