wp_mail doesn't work after update to 4.6
-
Hi,
wp_mail function doesn’t work after update WP to version 4.6.
My code is:
$headers = 'From: ' . $this->from_name . ' <' . $this->from_email .'>' . "\r\n"; wp_mail( $service->getEmail(), $this->admin_daily_subject, $admin_daily_message, $headers );
It worked perfectly before WP update. Also I’ve noticed that sending emails doesn’t work in Contact Form 7. Any ideas? Thanks in advance.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘wp_mail doesn't work after update to 4.6’ is closed to new replies.