CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • BCC names in Contrib Receipt are showing on To field in email received
Pages: [1]

Author Topic: BCC names in Contrib Receipt are showing on To field in email received  (Read 3152 times)

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
BCC names in Contrib Receipt are showing on To field in email received
November 22, 2010, 07:57:06 pm
BCC from Contribution Page. I just surprised myself by getting an email from a Contribution page (membership) that shows me all the bcc names in the To: field.
Hard for me to check on Demo obviously - anyone able to confirm if this is/is not a problem just on this set up for us?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: BCC names in Contrib Receipt are showing on To field in email received
November 22, 2010, 10:54:37 pm
Have the same problem sending regular emails.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: BCC names in Contrib Receipt are showing on To field in email received
November 23, 2010, 02:16:57 am
okay well i will take that as confirmation that this is perhaps a bug - shall i put a ticket on JIRA?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: BCC names in Contrib Receipt are showing on To field in email received
November 23, 2010, 06:19:45 am

Would be great if either of you'll could investigate and file a patch along with the issue

thanx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

kcommins

  • I’m new here
  • *
  • Posts: 8
  • Karma: 0
Re: BCC names in Contrib Receipt are showing on To field in email received
January 07, 2011, 11:23:08 am
Also applies with Event receipt.

Has this been added to JIRA?

Could this be related to this bit of code in CRM/Itils/Mail.php?

Quote
$to = array( $params['toEmail'] );

        //get emails from headers, since these are
        //combination of name and email addresses.
        if ( CRM_Utils_Array::value( 'Cc', $headers ) ) {
            $to[] = CRM_Utils_Array::value( 'Cc', $headers );
        }
        if ( CRM_Utils_Array::value( 'Bcc', $headers ) ) {
            $to[] = CRM_Utils_Array::value( 'Bcc', $headers );
            unset( $headers['Bcc'] );
        }

It appears that the 'To' array also includes all the CC and Bcc addresses ???.
« Last Edit: January 07, 2011, 12:44:47 pm by kcommins »

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: BCC names in Contrib Receipt are showing on To field in email received
January 10, 2011, 04:29:42 am
Thanks for the report and for identifying the possible source of the bug; I filed CRM-7355 to track this.
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: BCC names in Contrib Receipt are showing on To field in email received
January 10, 2011, 02:13:58 pm

I did some research on this and i think its an issue with the PEAR mail library. If so, we'll probably punt on a fix till we upgrade our framework libraries (hopefully sometime in 2011)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: BCC names in Contrib Receipt are showing on To field in email received
February 03, 2011, 01:03:37 pm
Running 3.3.3.  Still seeing this problem.  Specifically, email address that's in the BCC: field is showing on the To: line.

Any update on this?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: BCC names in Contrib Receipt are showing on To field in email received
February 03, 2011, 02:31:46 pm

no this issue has been punted to a future release (potentially when we upgrade our mail library)

if important to you, please investigate and submit a patch

lboo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

talalali

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
  • CiviCRM version: 3.4
  • CMS version: Joomla 1.5.23
Re: BCC names in Contrib Receipt are showing on To field in email received
July 13, 2011, 04:55:27 am
Hi Guys,

Any update on this bug? I am on the latest version, still having the problem.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: BCC names in Contrib Receipt are showing on To field in email received
July 13, 2011, 07:18:54 am
Lobo's last message is still valid:

Quote from: Donald Lobo on February 03, 2011, 02:31:46 pm
no this issue has been punted to a future release (potentially when we upgrade our mail library)

if important to you, please investigate and submit a patch
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Re: BCC names in Contrib Receipt are showing on To field in email received
September 01, 2011, 06:26:41 pm
Still getting this on 3.4.5

adixon

  • I post frequently
  • ***
  • Posts: 314
  • Karma: 19
    • Blackfly Solutions
Re: BCC names in Contrib Receipt are showing on To field in email received
September 26, 2013, 11:03:01 am
The JIRA issue has been closed, but the problem lingers. The patch provided on that issue has been working well for me for the past number of versions, but needs a slight refresh for 4.3, attached.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • BCC names in Contrib Receipt are showing on To field in email received

This forum was archived on 2017-11-26.