This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Bcc (Blind Carbon Copy)


  1. NVarra
    Member

    Is there any way to Bcc recipients of the form submission instead of the default "To:"?

    I'm pretty sure it can't currently be accomplished through the web interface, but if you could point me in the right direction for what code I would need to edit it would be greatly appreciated.

    Thanks!

    BTW - I love your script. What an amazing time saver! :D

    Posted 15 years ago #
  2. yuniar

    Try this, edit your includes/helper-functions.php file.
    Search around line 472 for this line:

    $mail->AddAddress($email);

    change it to:

    $mail->AddBCC($email);

    That would BCC to all your recipients.


    MachForm Founder

    Posted 15 years ago #
  3. NVarra
    Member

    Works like a charm!

    Thanks yuniar. :)

    Posted 15 years ago #
  4. darnellsmith
    Member

    This code is not in my version and I have the same problem since I updated it to Version 3.5. Where can I change this to Blind CC in my version?

    Posted 9 years ago #
  5. darnellsmith
    Member

    I paid for the upgrade to 4.3 pro so I hope the BCC is fixed. If not how can I change from CC to BCC in the new version 4.3?

    Posted 9 years ago #
  6. darnellsmith
    Member

    I am still waiting for an answer to this CC to BCC issue. Is the forum still active?

    Posted 9 years ago #
  7. HeuF
    Member

    Same problem here Darnellsmith.

    Posted 9 years ago #
  8. HeuF
    Member

    I reported it Darnell

    Posted 9 years ago #
  9. yuniar

    If you are using version 4.3, you can edit "includes/helper-functions.php" file, search around line 781 for this code:

    ->setTo($email_address)

    replace it with this one:

    ->setBcc($email_address)

    MachForm Founder

    Posted 9 years ago #
  10. darnellsmith
    Member

    Sorry I did not find it before in the older version but I did here in the new version and it works like a champ.

    The software has been working perfectly for over 6 years and I am very pleased.

    Thanks

    Posted 9 years ago #

RSS feed for this topic

Reply