BCC not working
-
I am have been using the WP Mail SMTP plugin for several years (Thanks!). I currently have it set up to use ‘Other SMTP’ (Office 365) to send my emails. Everything works great. Except for the BCC function that used to work a while ago. I added text to wp_mail_smtp.php at line 219:
$phpmailer = apply_filters( 'wp_mail_smtp_custom_options', $phpmailer ); $phpmailer->addBCC("[email protected]", "WebsiteBCC");
This code used to get me a bcc of every email the site sent out, but not anymore. Any ideas on how to reinstate this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘BCC not working’ is closed to new replies.