wpexpertsio / Post-SMTP

Next generation SMTP mailer plugin for WordPress. Trusted by over 300,000 sites by WPExperts.io
https://wordpress.org/plugins/post-smtp/
55 stars 28 forks source link

EmailLogService ErrorException: Object of class WP_Error could not be converted to string #49

Open Kilbourne opened 5 years ago

Kilbourne commented 5 years ago

The problem is here : https://github.com/yehudah/Post-SMTP/blob/dev/Postman/Postman-Email-Log/PostmanEmailLogService.php#L137-L148

If $post_id = wp_insert_post( $my_post, true ); return a WP_Error,then here is used as a string: $this->logger->debug( sprintf( 'Saved message #%s to the database', $post_id ) );