Michael Joseph Panaga
Michael Joseph Panaga
In my efforts on this ticket, I created https://github.com/donmhico/wd_s-scaffold . It's very simple at the moment but it does work. I'll migrate it to a proper WDS repo at least...
Thanks @gregrickaby. I'll circle back to this once the deployment regression is fixed.
@gregrickaby It's working now thank you! I'll continue on this when time permits.
Hello @JoTec2002, Thanks for creating this issue. Can you try to deactivate other plugins on your site and see if the issue persists? The issue is for some reason `$actions`...
@JoTec2002 - It'll be ideal if the issue is fixed in the plugin with the issue. Can you share the version of Jetpack you are using?
@slyvioborin - Thank you for creating this issue. Can you provide more information? Like what PHP version and WordPress version were you using? I tried reproducing with the emails sent...
@slyvioborin - Thank you for your response and for providing the steps to reproduce. We're able to replicate the issue. The issue is not with WP Mail Logging. How WP...
Hey @bobbingwide, Thank you for creating this issue and for providing all the details. Greatly appreciate it! As for the first issue, the scaffolding tool is expecting the format in...
Idea captured! And you're totally right the how it currently work is not ideal. I'm in the process of re-creating this `create-block` package with this in mind. Thank you!
Just to give an update, we fix this issue with https://github.com/awesomemotive/wp-mail-logging/commit/758fec075641bff1baa334c75ec596ca91c9b6f2. Basically, we will now use the filter [wp_mail_content_type](https://developer.wordpress.org/reference/hooks/wp_mail_content_type/) to determine what is the `Content-Type` to use on resend. This...