JWardee
Forum Replies Created
-
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Email not sentHi Lorenzo, if you can replicate the issue on a fresh WP install with only WP Mail Catcher and WooCommerce installed then please file a bug report here. Otherwise it’s likely an issue with your set up, I can confirm that WooCommerce emails are logged by WP Mail Catcher 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Compatible with WP 5.9.3?There isn’t a reason the plugin won’t work on it but I haven’t explicitly tested it. When the next version releases it will support the latest WP version.
Forum: Reviews
In reply to: [Mail logging - WP Mail Catcher] Resend HTML message not supportedThanks for the review! If you could fill in a bug report on the GitHub repo, providing as much information as possible and I can add it to my list to take a look (ensure you also fill in the title box otherwise “Submit new issue” will be greyed out).
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Send To Alternate AddressHi Britand,
Yup I’ve seen the feature request you submitted on Github. Tt the moment I have very limited time to develop new stuff for the plugin, but this would be a nice feature to have. I’d be happy to review any PRs you’d submit to add this feature otherwise I’ll try to get around it when I can. If you want to chat about it any further please use the Github issue, makes tracking things much easier for me 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] More than 5 email log per pageHi Niikk,
You can click “Screen Options” in the top right of your screen which’ll open a panel and you can change how many logs you see per page there
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Certain mails not loggedHi,
Thanks for your patients, I’ve been very busy around xmas! It could be because the CRM plugin has changed the way they send their emails. I haven’t released an update for mail catcher in a few months so nothing has changed on our end.
If you believe it’s an issue with mail catcher please fill out a bug report here: https://github.com/JWardee/wp-mail-catcher/issues/new?assignees=JWardee&labels=bug%2C+needs-confirmation&template=bug_report.md&title=
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Illegal string offset ‘default_view_role’ inHi Steve,
I need a lot more info to reproduce this. What version of the plugin are you using, WordPress version, PHP version etc – if you could fill out a bug report with as much detail as possible I can then look into this.
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Not catchingHey Ronniead,
It is likely that “east wp smtp” plugin either unhooks or alters the wp_mail hook which this plugin relies on to function. On the FAQ section there’s a list of plugins that I’ve checked function correctly.
If you’re using a different method of sending mail, such as PHPs native
mailfunction – the plugin will not pick it up.Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Problem with resending HTML emailsI should have guessed! Perfect, thanks
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Problem with resending HTML emailsAnother person has also mentioned this in this GitHub issue which has been re-opened so I’ll be closing it here.
Can you tell me the exact steps to replicate this issue, along with the email headers the message was being sent with. You can get this either through your email client or Mail Catcher (more info button).
Were these emails sent initially via mail catcher or just resent by it?
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Feature request – failed email notificationThis is actually already possible using the
wp_mail_catcher_mail_failedaction hook, that fires when a failed email is logged, the full docs are on the main plugin pageYou can use this to fire off a Slack message or whatever you need
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] DB error due to auto-deleteUnfortunately I’ve been very busy recently so haven’t had a chance to. I’ll hopefully get some time in the next week or so but no promises! As it’s an open source project you’re more than welcome to submit a fix 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] auto delete not workingForum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Auto delete logs not workingIf it works on one instance but not another then there is possibly an issue with your infrastructure. I’d suggest hiring a developer to investigate further, if there is an issue that can be replicated on a fresh WordPress install then please log it on our GitHub tracker
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Email TrackingHello,
I’m afraid this is out of scope for this plugin, it’s designed to save a copy of outgoing emails and nothing more 🙂