Post-SMTP
Post-SMTP copied to clipboard
Request: View rendered email instead of html codes in email log
Hi,
Thank you for maintaining this excellent plugin!
Would it be possible to make changes to view rendered email instead of html codes in email log?
Earlier conversation here: https://wordpress.org/support/topic/how-do-i-view-rendered-email-instead-of-html-codes-in-email-log/
Currently I have modified the plugin locally as follows:
Change the below in Postman/Postman-Email-Log/PostmanEmailLogController.php lines 230-232:
// print '<pre>';
// print esc_html ( $post->post_content );
print ( $post->post_content );
// print '</pre>';
Thanks.
Is this github repository dead?
Hi,
It's not dead, I just can't find the time to update it.
Did you notice your request implemented? if not, update to 1.7.10
Thanks. It's just that there are multiple sources to follow
- Your blog
- WordPress Support Forum - where the search sucks!
- Your own forum
- This github repository
I would request you to consider consolidating this. It would help you as well as us who try to participate.
Thanks.
Hi,
- no support here just info, guides, etc...
- The point is completely moving from WordPress to my forums. for now, I don't want to force users to move.
- THE BEST PLACE
- This GitHub is for other developers that maybe want to contribute code.