No3x
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Resend not workingThen it was probably not delivered in the first place.
- This reply was modified 8 years, 1 month ago by No3x.
Forum: Plugins
In reply to: [WP Mail Logging] GDPRI’m not familiar with the GDPR and don’t know if it’s compliant to log any data.
Forum: Plugins
In reply to: [WP Mail Logging] Not working in wordpress 4.9.4Closed due lack of coop
Forum: Plugins
In reply to: [WP Mail Logging] Lines with “w”Closed due lack of coop
Forum: Plugins
In reply to: [WP Mail Logging] Lines with “w”Sorry I did not had the exact name in mind but you found it anyway.
2) Track down which plugin causes this
2. You have to disable plugins until the error is gone to identify which plugin might cause this
I guess some plugin sends malformed mails without subject, headers and so on.
Forum: Plugins
In reply to: [WP Mail Logging] Lines with “w”Hi @denizci88,
you just verified this this case:
https://wordpress.org/support/topic/data-not-correct/1) Please supply more information about your WordPress installation
2) Track down which plugin causes this
3) Look at the database in the wp_mails table if the data is already stored as “w” or if this is only in the view.
4) if the data in the table is ok: are all mails with this issue are sent from the same plugin?I think this is really easy to fix if we can isolate the problem.
Forum: Plugins
In reply to: [WP Mail Logging] Not working in wordpress 4.9.4Hi @volsurterre
I can’t reproduce this. Please check the php error logs.
Steps to test on my side:
– Install Quick Mail | Version 3.4.2 | By Mitchell D. Miller
– Tools > Quick Mail > Fill in the form to send a dummy mail
– Check WP Mail Logging for the log entry
– Mail was loggedFurthermore the logging also depends on the plugin which sends the mail. So it can happen that there are incompatibilities with a few plugins.
Forum: Plugins
In reply to: [WP Mail Logging] array_key_exists() PHP Warning in debug.logJust save the settings once. Sorry for this
Forum: Plugins
In reply to: [WP Mail Logging] Tested versionsJust tested a simple html mail with 4.9.4. Can’t find any issues. Please be more precise.
Forum: Plugins
In reply to: [WP Mail Logging] not show message at ver.1.8.3Hi,
I can’t reproduce this. Please check the php error logs. Maybe try to logout and login aswell because this data is loaded via AJAX and uses the user’s session.Forum: Plugins
In reply to: [WP Mail Logging] Plugin isn’t logging cron mail functionsOf course it must use the wp_mail function to be logged at all. But the point is: when do you send the mails? (which hook)
Forum: Plugins
In reply to: [WP Mail Logging] Plugin isn’t logging cron mail functionsHi @liammcarthur,
but I’ve noticed that this plugin isn’t logging them particular emails, but is logging everything else.
that’s pretty clear if your plugin sends before WP Mail Logging has hooked to the wp_mail action. Please check that your plugin sends after this.
Please let me know if this points you in the right direction.
Forum: Plugins
In reply to: [WP Mail Logging] How to export the log into a csv/xls?Of course
Forum: Plugins
In reply to: [WP Mail Logging] How to export the log into a csv/xls?Hi! No this is not implemented yet.
Workaround: You can use your favourite database viewer or phpmyadmin to dump the table.
Forum: Plugins
In reply to: [WP Mail Logging] White page when WP Mail logging is activatedHi @doobeedoo,
please look at the php error log. It will tell you exactly what causes this.