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)
Started 16 years ago by NVarra | 10 posts |
-
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 16 years ago # -
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 16 years ago # -
Works like a charm!
Thanks yuniar. :)
Posted 16 years ago # -
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 # -
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 # -
I am still waiting for an answer to this CC to BCC issue. Is the forum still active?
Posted 9 years ago # -
Same problem here Darnellsmith.
Posted 9 years ago # -
I reported it Darnell
Posted 9 years ago # -
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 # -
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 #
Reply
You must log in to post.