Our web-based PHP software currently sends out a newsletter to anywhere between 1-2000 recipients. Often the newsletter has a PDF attachment (15KB-5MB). The newsletter does not need to be customized to the individual recipients.
Question: Is it better to send one e-mail that has each recipient blind carbon copied (BCC) or to generate a unique e-mail message for each recipient?
Considerations: - Which option puts less stress on the mail transfer agent? - Which option is more efficient programmatically? - Which option is less resource intensive? - Are there any limitations to either option? (e.g. BCC having a maximum number)
I've tried Google and I just can't find anyone that has a definitive opinion based on empirical evidence. It's actually hard to find anyone that has an opinion at all.
THANKS: To everyone who contributed to answering this question. Greatly appreciate the feedback from people to ensure we're doing things properly!
Your sales/marketing emails will probably get caught in SPAM filters: Stuffing the TO/CC/BCC field with email addresses makes your email look like spam and it might be caught by the SPAM filters, which means your recipients might never receive your email about an important announcement/sale/event etc.
CC simply stands for the familiar term “carbon copy.” In the context of email, a CCed email is a copy sent to an individual other than the main recipient. BCC stands for “blind carbon copy,” which can be used to send an email to a recipient without the other recipients being able to see.
CC stands for "carbon copy." BCC stands for "blind carbon copy." When you put an email address in the CC or "carbon copy" field it means that a copy of the email you are sending will also be sent to that address.
Generate a single email per recipient. Use the To field instead of BCC to make it personal.
Advantages
Disadvantages
There are surely other advantages and disadvantages, but that is the list I follow.
UPDATE: Regarding the PDF attachment, I would recommend providing a download link unless it is crucial to include it with the email.
It depends on MTA infrastructure at your site. If the box that is running your web app is set up to forward all e-mails to some e-mail hub at your ISP then BCC is definitely the advantage. Otherwise, it may save some bandwidth for you but not necessarily (it depends on the actual addresses you send to) Also, I would recommend you not to attach the pdf to the message but place it on the web server and include hyperlink in e-mail. As I got your message is a bulk message. I believe that many people do not read your messages even they opted in to receive.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With