Questions tagged [bcc]

A BCC (blind carbon copy; also Bcc) is a copy of an email message sent to a recipient whose email address does not appear in the message.

In the context of correspondence, blind carbon copy (abbreviated Bcc:) refers to the practice of sending a message to multiple recipients in a way that conceals the fact that there may be additional addresses from the complete list of recipients. This concept originally applied to paper correspondence and now also applies to email.
This is in contrast to To and CC recipients, whose addresses do appear in the respective header lines. Every recipient of the message can see all the To and CC recipients, but does not know about BCC recipients.

187 questions
0
votes
1 answer

PHP email and bcc question

I have a list of emails. I want to email all of them the same email. So I am going to use the BCC field. However, I want the TO field to show the email of whoever receives it. How do I do this?
Andy Hin
  • 30,345
  • 42
  • 99
  • 142
0
votes
0 answers

Email-Details ( body part) are not showing when creating an Email putting email server id in Bcc

I am unable to see Email-Details ( body part) when I put an email server id in "Bcc" and also while inserting that email in table , BCC field is showing "NULL". can anyone help?
B.Vyas
  • 43
  • 2
  • 8
0
votes
1 answer

Rail 4 mailer sending mass email with bcc and unsubscribe feature

I'm developing a small blog with subscribing feature. It will notify top posts of past week to subscribers via a bcc mail with mandrill service. It works fine but I got stuck on unsubscribing feature. As far as I know, the mail that any subscriber…
Phuong Dao
  • 185
  • 1
  • 2
  • 12
0
votes
0 answers

std::ifstream destructor causes runtime error (BCC 5.5 compiler)

Calling std::ifstream destructor causes runtime error and crashes the program. The thing happens on Windows compiling with Borland Compiler 5.5. Unfortunately, I have to use this compiler, so switching to GCC or MSVC is not an option. Here's the…
Rames
  • 918
  • 11
  • 27
0
votes
2 answers

Send mail with Bcc

I want send mail with Bcc (Blind carbon copy) with vb.net, but I do not know how to do it. this is my code: Function send_MAIL() As Boolean Dim smtpServer As New SmtpClient() Dim mail As New MailMessage() 'credenziali per accedere …
0
votes
1 answer

Using VBA to send emails based on adjacent conditions

I'm a new VBA user and am trying to accomplish what I've described in the title using the code below. I think it has something to do with creating dims specifically for cc/bcc/and to, but I'm not quite sure. in one column is a list of emails that…
michaelvhaug
  • 11
  • 1
  • 2
0
votes
1 answer

How to set automatic BCC when body has specific "STRING"

How can I make a script that runs whenever I reply/forward email with specific "STRING" in body and set email address in BCC? Thank you!
0
votes
1 answer

Why no BCC UI for inventory management in ATG?

As per my understanding, inventory of SKUs should be maintainted by business users. But, I don't see option(UI) for that in BCC. Is my understand wrong? If not, what is the strategy Oracle/ATG recommending business users to maintain inventory…
0
votes
1 answer

Bcc: using custom Wordpress mail.php contact form

I'm attempting to have a custom contact form within our Wordpress site send a Bcc to me when it sends the completed form to the recipient. The $headers section of the form looks like this: $headers = 'Content-type: text/html;…
JoeW
  • 578
  • 1
  • 10
  • 29
0
votes
1 answer

Send python email using SMTP with a subject

I am trying to send an email in Python using SMTP, with a From address, To address, BCC address, subject, and message. I have the email sending, and it even sends to the BCC as it should, the only issue is that the message of the email says: To:…
AggieDev
  • 5,015
  • 9
  • 26
  • 48
0
votes
1 answer

Auto BCC Microsoft Outlook 2011 using Applescript

I have been searching the past few days and with no luck trying to find a solution. My company is trying to us a CRM system which tracks e-mails. I want to automatically BCC e-mails to contacts in certain categories. Since it is impossible for rules…
Kasandra
  • 45
  • 12
0
votes
3 answers

BCC in mail Function

Hi i am trying to add BCC to mail function but it does not works. can anybody please help??? Here my code.
0
votes
1 answer

Targeting and Segmentation option in BCC is missing

I have done set-up for Commerce site using CRS as base. But facing one issue. I do not see 'Targeting and Segmentation' option in BCC. What could be the issue? Pl note that i can start both pub and prod server instances successfully and also able to…
picku
  • 157
  • 3
  • 9
0
votes
1 answer

Sendgrid python bcc emails not sent

After updating to the latest version of sendgrid's python client, the addresses in the bcc field no longer receive emails. Here's the code used to send the mail: headers = json.JSONEncoder().encode({'X-SMTPAPI' : headers.json_string()}) if headers…
Suhaas Prasad
  • 101
  • 2
  • 5
0
votes
1 answer

How to log failed Asset detail in BCC during data import

I am importing csv files into ATG BCC manuallly.While import some assets failed due to data issue.For example category does not import due to missing child products.In BCC import popup it is showing message like 1 out of 44 item is missing.But it…
Jagdev Singh
  • 865
  • 2
  • 9
  • 20