Julian
Forum Replies Created
-
Hello @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
JulianHi @twiginteractive,
thank you again for pointing this out. The
###plugin-class###placeholder is intended only for certain sender plugins that integrate with WP HTML Mail. If such a plugin is detected, the class gets replaced with the appropriate value. If not, the placeholder simply remains in place.This doesn’t affect how your emails look or work — it’s only a CSS class marker — so it isn’t an error in functionality. We could replace it with an empty string, but since it has no impact beyond the source code, we don’t currently plan to adjust it.
We really appreciate your careful eye in spotting details like this!
Best regards,
JulianHi @twiginteractive,
I see what you mean now. Thank you for bringing this to our attention, I will check it out.
Did you by any chance also test sending proper e-mails and see the same placeholder?Best regards
JulianHello @twiginteractive,
I am not sure if I understand your issue completely. Can you please explain in more detail what is happening?
Thank you and best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] No PHP SupportHello @tezalsec,
could you explain in more detail what exactly you are trying to accomplish?
Best regards
JulianHello @vicksinghbrd,
we will check out this issue, in the meantime you can use this hook, to deactivate the template.
Best regards
Julian