bcc Questions

3

I am sending email using sendgrid from my app. Now I want to add cc or bcc if user reply to my mail. How Do I do this. let me explain first. I am sending answer of user's feedback comes on my web a...
Tartu asked 7/5, 2015 at 11:34

2

Solved

I'm using sendgrid with php, I've used both options the client library and the curl option. So far, I've been able to send emails directly with the addTo option with no problem. But when I try to a...
Leonerd asked 8/4, 2014 at 21:18

4

Solved

I am using mailto link to populate bcc of users default email program. $mem_email=" "; $sql="SELECT email_address FROM employee"; $contacts = $db->query($sql); while($contac...
Eringo asked 25/8, 2012 at 7:48

3

Solved

I'm trying to add BCC to every mail that is sent by woocommerce / wp. I tried using different solution found on the web and at Stackoverflow and added the snippets to the functions.php of the theme...
Chronometry asked 22/10, 2018 at 7:22

3

Solved

I am using PHPMailer to build an email message. I am using PHPMailer only for MIME message formatting, not sending. I then extract the raw message from the PHPMailer object before passing it on t...
Jeconiah asked 28/2, 2015 at 8:48

8

Solved

I am trying to use the System.Net.Mail.MailMessage class in C# to create an email that is sent to a list of email addresses all via BCC. I do not want to include a TO address, but it seems that I m...
Spadework asked 19/11, 2008 at 15:32

1

Solved

I am sending a set of email messages via Mailgun using the Batch Sending feature of their API, with a call like this: rv = requests.post( "https://api.mailgun.net/v3/%s/messages" % mailgun_domain...
Gink asked 20/2, 2018 at 14:45

2

Solved

I have mail send function in laravel public static function Compose($to,$cc,$bcc,$subject,$body) { // return $to; try { $data = [ 'body' => $body ]; if(env('APP_ENV') == "local") {...
Roue asked 3/7, 2017 at 11:27

1

I am sending the email using AWS SES Api, by converting the mail message into the stream, but i am not able to send the BCC. private async Task<bool> SendMessageUsingAWSProfileAsync(EmailMe...
Wideopen asked 5/8, 2016 at 17:0

3

Solved

I am trying to send emails to a single 'To' recipient, and a list of 'Bcc' recipients. The list of Bcc recipients is a list of string, and they are successfully being added to the mailMessage's Bcc...
Dossier asked 2/6, 2014 at 10:11

5

Solved

I am in diff distribution list like A , B , C There are a lot of email BCC to A , B ,C I want to setup rules that "Move all mail bcc to specific Distribution list to specific folder " It s...
Beckwith asked 13/1, 2012 at 10:6

1

Solved

I am trying to send mail only to Bcc but unable to send. Code given below is working fine with To and Bcc but when i try to send only with Bcc it fails. I tried passing empty string with To b...
Canned asked 13/2, 2015 at 15:34

2

Solved

I've had this noted down on some of my code for a while: /** * Add a BCC. * * Note that according to the conventions of the SMTP protocol all * addresses, including BCC addresses, are included...
Bore asked 1/5, 2010 at 14:2

3

Solved

I copied a code for PEAR mail from a website, and input my data. It works. It sends mail, however, I want to use bcc to send to a lot of people and keep their addresses anonymous, and it will send ...
Noyade asked 28/1, 2013 at 7:52

3

I inserted code in ItemSend and saved the ThisOutlookSession module. It worked once and no longer works. It was saved as VBAproject.OTM and is still there when I open the module after restarting Ou...
Broccoli asked 26/3, 2010 at 11:33

4

Solved

How do I make a bcc mail? If I send that mail, It shows me all the recipients! $to=array(); $members_query = mysql_query("select email from members"); while( $row = mysql_fetch_array($members_quer...
Marmion asked 9/1, 2013 at 15:5

2

Solved

Im using the below php code to send an email to one address and bcc 2 other addresses. It sends to the recipient fine but I can only get it to send to one of the 2 bcc addresses. (see comments in c...
Endocrinotherapy asked 2/10, 2013 at 12:55

3

Solved

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 customize...
Crusade asked 20/9, 2012 at 19:43

2

Solved

I know there are a few similar questions to this but I just can't get it working. Ok, I have a list of emails grabbed from my database in a variable called $emailList. I can get my code to send a...
Aigrette asked 1/3, 2012 at 22:45

1

Solved

I'm working with django, i need send a mail to many emails, i want to do this with a high level library like python-mailer, but i need use bcc field, any suggestions?
Strontian asked 12/8, 2010 at 17:3

2

Solved

I would like to use Ruby Net::SMTP to send email. The routine send_message( msgstr, from_addr, *to_addrs ) works well in my code for sending email, but it is not clear from this API how to send ...
Hook asked 27/3, 2010 at 17:8

3

Solved

I try to store a draft e-mail via IMAP to a folder running on MS Exchange. Everything ok, except that Bcc recipients don't get shown in the draft message stored on the server. Bcc recipients also d...
Eastertide asked 21/4, 2009 at 10:3
1

© 2022 - 2025 — McMap. All rights reserved.