Julian
Forum Replies Created
-
@sflwa
Thank you again for providing the information. I need access to the latest version of the plugin to test the code provided. Without it, I can not implement an official fix.
Best regards
JulianHello @sflwa,
Thank you very much for your report and for bringing this issue to our attention.
We need to get in touch with the FluentCRM developers to properly investigate and patch the error. This may take some time, but we are actively looking into it.
In the meantime, I apologize for any inconvenience this issue may be causing.
If you would prefer a quick hotfix through a beta version, please feel free to contact us at support(at)codemiq.com, and we will do our best to assist you.
Thank you for your patience and understanding.
Best regards
JulianHello @sflwa,
does this code snippet fix the issue?
Do you still have problems using FluentCRM?
Best regards
JulianIf you have any further issues, let us know please.
Best regards
JulianHello @billyqureshi,
unfortunately I am not quite sure what you mean. Can you please explain in more detail?
Best regards
JulianHello @aqibkhan9,
I’m one of the developers of WP HTML Mail – Email Template Designer.We’re currently investigating this behavior as well, since WP HTML Mail historically worked alongside Post SMTP without major issues.
From what we understand, recent Post SMTP versions now more aggressively detect plugins that override
wp_mail(), which likely triggers this warning even when compatibility may still be possible depending on execution order.Our goal is to ensure WP HTML Mail can continue handling email templating while remaining compatible with SMTP routing plugins like Post SMTP.
If your team has identified a preferred integration method (for example using filters/hooks instead of direct
wp_mail()overrides, or a recommended compatibility layer), we’d appreciate any technical guidance.We’re happy to collaborate on a clean solution that avoids conflicts for shared users.
Best regards
JulianHello Marius,
concerning this issue, we will try to get in touch with the developers of the plugin.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] PHP Deprecated errorHello @witters,
thank you very much for the information. We will fix it with the next update.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Trouble with WPForms@1stsol
can you please email us to support(at)codemiq.com and refer to this thread.
best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Trouble with WPForms@1stsol
What kind of shop system or plugin are you using?Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Linked image in header or footerHello @paulbarrett1952,
you can just paste the url to the image; however, you have to make sure the image (folder) is publicly accessible.
Concerning the footer, could you paste your code here? Alternatively, you can email us at support(at)codemiq.com, if you do not want to share anything publicly.
Best regards
JulianForum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Time-field errorThis issue is not fixed!
I have the same problem.Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] No PHP SupportHello @tezalsec,
currently the only option you have is using these filters.
We might rework the plugin as we will revise it in the near future, but I cannot make any promises on what you mentioned specifically.If you have any other issues, let us know.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] No PHP SupportHello @tezalsec,
What about using filters?
If you use the wp_mail filter with a priority lower than 12 you can modify the mail content before our plugin does its work.
e.g. add_filter(‘wp_mail’, ‘your_function’, 11, 1);
If you want to modify it afterwards use a higher priority
e.g. add_filter(‘wp_mail’, ‘your_function’, 13, 1);
Best regards
JulianHello @vicksinghbrd,
are you still experiencing issues?
Best regards
Julian