JWardee
Forum Replies Created
-
Forum: Reviews
In reply to: [Mail logging - WP Mail Catcher] Does not catch mailsHi @abval,
It would be good if you could give some constructive feedback, and open a support ticket rather than review bomb. What mail doesn’t get sent?
We have a list of supported mail that’s logged here: https://github.com/JWardee/wp-mail-catcher#confirmed-support
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Error upgrade 1.5.1Just released v1.5.2 which resolves this issue 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Error upgrade 1.5.1Thanks for the report, I’ve added this to our GitHub tracker, so will close this here. Once a fix is out I’ll reply to this thread letting you know
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] auto-delete bug?Hi Jim, I’ve just released v1.5.1 that resolves this issue 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] auto-delete bug?Hey Jim, thanks for the report. I’ve just seen this my end so will get a hotfix out shortly
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Time in export incorrectJust released v1.5.0 which resolves this issue – let me know if you have any issues 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Buddypress supportJust released v1.5.0 which comes with this, although it is in beta – let me know if you have any issues 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Auto delete logicJust released v1.5.0 which comes with this – let me know if you have any issues 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] WordPress 5.7 compatibilityJust released v1.5.0 which comes with this – let me know if you have any issues 🙂
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] WordPress 5.7 compatibilityAt the moment it’s in the pipeline for the next version release https://github.com/JWardee/wp-mail-catcher/issues/100
It should all work fine but it is not officially tested as of yet
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Auto delete logs more opptionsHi Steve,
There was a typo in the original code snippet. It needed an additional
);at the end. If you need any other tweaks I’d recommend grabbing a freelance developer – hope this helps!add_filter('cron_schedules', function($schedules) { $schedules['three_months'] = array( 'interval' => 7890000, 'display' => __('Every 3 months') ); return $schedules; });Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Auto delete logicHey guys,
No worries, I understand what you both mean. I’ve created this as an issue on GitHub – feel free to chime in there with anything extra regarding this https://github.com/JWardee/wp-mail-catcher/issues/101
@jwmc that dropdown is actually correct it uses a hook that other plugins use to add additional timescales in
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Allow Editor access to WP Mail Catcher menuHey Steve,
I’m not too sure what you mean by “admin writes”. At the moment you can restrict who can see the logs in the settings page. If you mean to allow the editor to see the logs but not send any emails then this does not currently exist. Feel free to suggest this feature on our GitHub repo
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Auto delete logicHey,
Yes that’s correct, when the interval expires all the messages are deleted. I had an idea a while ago to allow messages to be stared which would stop them being deleted. If this idea interests you feel free to flesh out the idea further on the GitHub repo
Thanks for the link. No worries about contributing 🙂 As mentioned if there’s sufficient demand I can look into adding it but at the moment you’re the only one who has asked for it. So maybe a couple of versions down the line. Any other questions feel free to ask.