• Hi,

    I added CC: [email protected] (just using an example here).. I get an email on the ‘to’ address. WPSES log shows the ‘to’ email + ‘cc: [email protected]’ in the log.

    But the email is not being delivered, I’ve also checked the spam folder.

    Any other test I can perform?

Viewing 1 replies (of 1 total)
  • 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, 8 months ago by mattmatt88.
Viewing 1 replies (of 1 total)
  • The topic ‘CC emails not being delivered’ is closed to new replies.