Test Email Ajax Error Office365 Addon
-
Hi,
When sending a test email I’m getting a 500 Ajax Error. I’ve installed Query Monitor and below is the error that I’m getting.
Fatal error: Uncaught Error: Call to a member function getEmail() on null
in /home/devontriley/public_html/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanMessage.php on line 168This is the line in question:
$filteredEmail = apply_filters( ‘wp_mail_from’, $this->getFromAddress()->getEmail() );
So it seems $this->getFromAddress() is null. Why is this the case?
I’d appreciate any help you can provide!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Test Email Ajax Error Office365 Addon’ is closed to new replies.