bcc

Home Forums Quform PHP bcc

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18066
    jhewak
    Participant

    I’m trying to put in a bcc but it’s not working…here is teh code from process.php

     // Set the subject
                    $mailer->Subject = $form->replacePlaceholderValues($config['subject']);
    
                    if (empty($config['recipients'])) {
                        die("You haven't entered a recipient email address in the form process file.\n\n" . __FILE__);
                    }
    $mailer->AddBCC('johnhewak@gmail.com');
                    // Set the recipients
                    foreach ((array) $config['recipients'] as $recipient) {
                        $mailer->addAddress($recipient);
                    }

    Can you help?

    #18077
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy