Replies: 0
I’ve been getting this message on my WordPress site’s dashboard for some time now: Heads up! WP Mail SMTP has detected Zoho Mail for WordPress is activated. Please deactivate Zoho Mail for WordPress to prevent conflicts.
I have not encountered any conflicts with the Zoho Mail for WordPress plugin
Is it possible to remove the warning?
I have used this code
add_filter( 'wp_mail_smtp_core_wp_mail_function_incorrect_location_notice', '__return_false' );
but the warning still remains
Is it possible to remove the warning?
Thanks