Page 1 of 1

Formbuilder BCC recipient

Posted: Fri Dec 19, 2008 11:05 am
by igel
Hello,

I can't find any option for adding recipients as "BCC".
Did I miss something?

Any help to achieve this is much appreciated.

Best regards
Inge

Re: Formbuilder BCC recipient

Posted: Sat Dec 20, 2008 7:13 am
by mvandiermen
Quote "Pierre M. ";
I don't know how the email sending of FormBuilder works but here is a tiny hint : may be you can use an email alias (on a mail relay provider) which broadcast to a list(a group). Then FB always sends only one email to one recipient but the email is received by several recipients(the group). Isn't it what you want ? just my ¤0.01

Re: Formbuilder BCC recipient

Posted: Sat Dec 20, 2008 10:35 am
by igel
Hello Michael,

thanks a lot for this quoted suggestion, but it's not really a solution I was looking for.
Looking into the code of Formbuilder I understand  its always a mail 'to' -  no glance of BCC or even CC.

This might be the reason, as Formbuilder uses the CMSMailer....

In class.phpmailer.php I found:
* Adds a "Bcc" address. Note: this function works
    * with the SMTP mailer on win32, not with the "mail"
      * mailer.

      * Adds a "Cc" address. Note: this function works
    * with the SMTP mailer on win32, not with the "mail"
    * mailer.
Creating  my forms manually seems to be my only solution.

Best regards
Inge