JWardee
Forum Replies Created
-
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] WP Mail Catcher compatibility with WP & PHPHello @hemasusi,
The latest version of the plugin (currently 2.1.6) is compatible with PHP versions greater than 7.4 and the latest version of WordPress. If you notice any issues please do open an issue on our GitHub tracker specifying, PHP version, WP version and any screenshots and steps on how to recreate the issue and I’ll take a look.
Thanks, James
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Prevent emails from sendingHi @kerfred, you could do this without a plugin, because wp_mail is considered a “pluggable” function you can override it with something like:
// Your theme's functions.php function wp_mail($to, $subject, $message, $headers = '', $attachments = array()) { return true; }I’ve not tested the snippet but it should be enough to get you started. I hope that helps!
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Not working in Multisite?Hey @jules-colle, thanks for getting in touch. This is noted in a GitHub issue, but it isn’t high on my priority list at the moment; simply because there hasn’t been enough demand for it and I have very limited experience with using multi-sites. You are more than welcome to submit a PR to add whatever support is needed and I’ll look over it.
Hope that answers your question! I’m going to mark this as resolved but feel free to respond if you wish and I will get back to you 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Not compatible with Docket CacheHey @immuslim, this should be resolved in the latest update (2.1.5)
Hi @tezalsec
Thank you for the suggestion, I’ve added it to our GitHub tracker and will look into it further when I get some time. I’m going to mark this topic as resolved because I track everything through GitHub 🙂
Thanks again,
JamesForum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Log viewer showing HTML encoded messageHey @scottking, I’ve created an issue on the GitHub tracker for me to investigate this. Can you confirm the exact steps for me to replicate this on a fresh WordPress install? I just want to be sure there are no other plugins/custom code that would interfere with the 2.1.3 update.
I’m going to mark this issue as resolved as I manage everything through GitHub but please feel free to respond either here or on GitHub which ever you prefer.
Thanks,
JamesForum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Not compatible with Docket CacheHi @immuslim,
Thanks for bringing this forward, I’ve created a bug ticket on our GitHub tracker and seeing as it should be a straight forward change we’ll look to resolve this in the next patch – although there is no current timeline on when this’ll be. I’m going to mark this issue as resolved as I handle all issues via GitHub 🙂
Thanks,
JamesForum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Message not fully decodedHey @pavulon87,
I’m just about to release an update (2.1.3) which might resolve this. Once that’s out could you update the plugin and try again. If the issue is still there could you open a ticket on our GitHub tracker with the raw html of the email so I can re-create it my end.
Hi Erik, glad to hear you’re enjoying the plugin! This isn’t currently on my roadmap but I will consider this in the future. In the meantime you can download a plugin that would rearrange the menu items to however you need.
Hope that helps!
JamesForum: Plugins
In reply to: [Mail logging - WP Mail Catcher] resend adds number in messageHey Annzo, I havne’t been able to replicate this locally. You likely have a code snippet somewhere that’s adding this value in.
If you manage to recreate this issue on a fresh WordPress install with only this WP Mail Catcher installed with the default theme then please open up an issue on our GitHub tracker and I can take another look. I’m going to close the issue here because I can’t replicate and I keep track of all issues on GitHub 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Bugs?Hi Qilin, thanks for flagging these up! I’ve added them to our GitHub tracker along with your suggestions. Would you mind telling me your exact replication steps on breaking the resend functionality with phpmailer and then I can take a look (either in this forum thread or in the GitHub issue mentioned above).
I’m going to close this topic as keeping everything on GitHub makes my life much easier 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Fatal Error on InstallHey Randy, I’m going to close this to keep the support forum organised. Feel free to report any other bugs on the GitHub tracker 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Fatal Error on InstallHi Randy, is there anything specific about this setup that would cause the issue to happen only on that site as opposed to the others?
It looks like your settings value for mail catcher has some how been corrupted. If you’re comfortable to edit the database you can delete the entry “mailcatcher_settings” in the wp_options table and then re-install the plugin which should resolve the issue.
Failing I can to write a code snippet for you to paste into your theme to delete the options value for you. But you’ll need to remove the snippet once it has run.
Forum: Reviews
In reply to: [Mail logging - WP Mail Catcher] export massage error/issueHello, and thank you for your review. You can export all of your messages by clicking the blue “Export all messages” button in the top right of the logs screen. You can also tick the checkboxes of the logs you wish to export then select “Export” from the table dropdown menu. If you have any other issues please open a support request on the forum.
Hey @titsmaker, “multipart/alternative” is something I haven’t really focused on much. It does sound like they could be related. I’m going to open a new issue on GitHub and I’ll add this to my list to investigate. I’m going to mark this as resolved here just to keep things organised 🙂