WPMandrill and bcc/email it in problem
-
Hi,
Using the email it in option and WP Mandrill to send emails gave the following error message
[26-Nov-2016 11:50:15 UTC] wpMandrill Error: Error -2: Validation error: {“message”:{“bcc_address”:”The username portion of the email address is invalid (the portion before the @:[26-Nov-2016 11:50:15 UTC] 2016-11-26 11:50:15 wpMandrill::sendEmail: Exception Caught => wpMandrill Error: -2: Validation error: {“message”:{“bcc_address”:”The username portion of the email address is invalid (the portion before the @:
Changing row 359 in woocommerce pdf invoices includes/be-woocommerce-pdf-invoices.php from
headers .= ‘BCC: <‘ . $email_it_in_account . ‘>’ . “\r\n”;
to
$headers .= ‘BCC: ‘ . $email_it_in_account . ” . “\r\n”;seems to have solved the problem
- The topic ‘WPMandrill and bcc/email it in problem’ is closed to new replies.