Viewing 1 replies (of 1 total)
  • mattmatt88

    (@mattmatt88)

    I also need the feature of sending email to BCC addresses, which doesn’t seem to work too.

    I added the E-Mails to the header of wp_mail:
    $headers[] = 'Bcc: '.$user->user_email;

    and then send wp_mail ($email is another email address than in $headers):
    wp_mail($email, $subject, $message, $headers);

    • This reply was modified 5 years ago by mattmatt88.
Viewing 1 replies (of 1 total)
  • The topic ‘CC emails not being delivered’ is closed to new replies.