Shahjahan Jewel
Forum Replies Created
-
Thank you so much for your kind words. As a plugin developer, these words means a World to me. Thank you and I will see you around. ??
Sorry, currently we don’t have any shortcode for the pages.
- This reply was modified 1 week ago by Shahjahan Jewel.
@heave most probably your site’s SALT keys get changed. FluentSMTP encrypt the passwords and store it on the database for definately security best practices. So maybe your security plugin is rotating the SALT keys after few days. Another alternative method can be to store the SMTP credential on wp-config.php
Hello @c3media now sure, I understand clearly. Currently FluentCommunity is a standalone app, that means it does not depends on your theme. It create a new page on the fly.
We are working on shortcode method where you can load FluentCommunity UI within the regular WordPress pages.
Thanks
Thank you so much for your kind review. It really means a lot. much love
The file is the part of Google’s PHP SDK and it’s from official GMail SDK. Not sure why your Scanner marked it as a maleware. We will check if we can remove the file in the next version.
Please update to the latest version (2.9.01) and you may have to clear browser cache or do a hard reload. The issue will be resolved.
Would you please do a hard reload on that page. Maybe it’s coming from the cache
Hello @pedcam, We just released the version 2.9.01 which will resolve the issue.
WOW! @edashbooksdotpub thank you so much for nice words. You just make the day awesome (just shared your words with the team).
You already paid something priceless and that is this review. We made it free for a versy specific reason and you can read it here: https://fluentsmtp.com/why-we-built-fluentsmtp-plugin/
Thank you so much for the support and translating into Korean. Really appreciate your help and nice words.
To Create contact please use this API: https://developers.fluentcrm.com/global-functions/contact-api-function/
$contactApi = FluentCrmApi('contacts');
/*
* Update/Insert a contact
* You can create or update a contact in a single call
*/
$data = [
'first_name' => 'Jhon',
'last_name' => 'Doe',
'email' => '[email protected]', // requied
'status' => 'pending',
'tags' => [1,2,3, 'Dynamic Tag'], // tag ids/slugs/title as an array
'lists' => [4, 'Dynamic List'] // list ids/slugs/title as an array,
'detach_tags' => [6, 'another_tag'] // tag ids/slugs/title as an array,
'detach_lists' => [10, 'list_slug'] // list ids/slugs/title as an array,
'custom_values' => [
'custom_field_slug_1' => 'custom_field_value_1',
'custom_field_slug_2' => 'custom_field_value_2',
]
];
$contact = $contactApi->createOrUpdate($data);
// send a double opt-in email if the status is pending
if($contact && $contact->status == 'pending') {
$contact->sendDoubleOptinEmail();
}Yes, you can use on multi-site network
I read your ticket actually. That customer is being added from your WooCommerce Sync integration. If you don’t want that you can always disable that auto syncing from Settings -> Integrations
Thank you for your feedback. I understand your concerns regarding the email opt-out issue when integrating WooCommerce. It’s essential that we respect our customers’ choices.
A practical approach might be to use separate lists for customers who opt-in at checkout and another for automated syncs. This helps ensure that only those interested receive your newsletters.
FluentCRM is designed this way and how it works. For this reason, getting low rating is really hurting. I would request to revise your review and ask for a feature request.