Resending email from log sends only raw HTML
-
Hi!
I have a problem when resending HTML e-mailt from email log: it sends raw html (or plain text) e-mails only. I have found this topic: https://www.ads-software.com/support/topic/resending-html-email-failure-raw-html-sent/ and added the
$meta_values [‘original_headers’][0] = unserialize($meta_values[‘original_headers’][0]);
lines above the
$success = wp_mail( $to, $meta_values ['original_subject'] [0], $meta_values ['original_message'] [0], $meta_values ['original_headers'] [0] );
line in the PostmanEmailLogController.php but it still sends raw HTML mails. What did I wrong? Here is a screenshot what I did: https://ibb.co/VvrypFj
Thanks for your help,
Matthew
- The topic ‘Resending email from log sends only raw HTML’ is closed to new replies.