WPManageNinja
Forum Replies Created
-
FluentSMTP is not compatible with PHP 7.0 so please upgrade to at least 7.2
Thank you @mertcan for your nice review <3
Thank you so much for your review <3
We have fixed the issue in the latest version.
We have fixed the issue in version 2.1.0 and now it’s PHP 8 comitable
We have fixed the issue in version 2.1.0
We have fixed the issue in version 2.1.0
It does not send requests to external services. But when you use Services like Amazon SES, Sendgrid then it sends requests to those service API URLs
No, it does not use any cookies.
We have fixed the issue in version 2.1.0
Looks like you don’t have PDO installed on your server which is required by FluentSMTP. I would recommend to install MySQL-PDO extension to your server. Please contact your hosting provider.
Hello @thegulshankumar
Your theme traveler declared a common function dd without checkingfunction_exists
and that’s why you are getting this error.
You may remove the function in filest-hook-functions.php
from your theme.Hello @thegulshankumar
Your theme traveler declared a common function dd without checkingfunction_exists
and that’s why you are getting this error.
You may remove the function in filest-hook-functions.php
from your theme.You can use FluentCRM to send Bulk emails
Thanks
Hello @caban13
You can enable email simulation from FluentSMTP settings then no email will be broadcasted but will be logged in the database so you can view.If you want to disable all emails even logging then use the following code:
// disable all wp email add_filter('pre_wp_mail', '__return_true');
- This reply was modified 3 years, 3 months ago by WPManageNinja.