Support » Plugin: VS Contact Form » How can i add a bcc email

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Within my plugin there’s no attribute for BCC.

    So for this you should hardcode it (add a BCC header).

    You can set multiple mail, check installation page.

    Guido

    Thread Starter wpyengkos

    (@wpyengkos)

    I tried hardcoding the same ,,,, but it isnt working .

    Can you pls addthis feature !

    Thanks

    Plugin Author Guido

    (@guido07111975)

    Hi,

    You can add the BCC in file vscf_main (and file vscf_widget_form if you use the widget):

    $headers .= "BCC: bcc_email_here" . "\r\n";

    Add this above the Reply_To header.

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i add a bcc email’ is closed to new replies.