Post-SMTP icon indicating copy to clipboard operation
Post-SMTP copied to clipboard

Request: View rendered email instead of html codes in email log

Open KoolPal opened this issue 7 years ago • 4 comments

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.

KoolPal avatar Oct 24 '17 04:10 KoolPal

Is this github repository dead?

KoolPal avatar Dec 02 '17 06:12 KoolPal

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

yehudah avatar Dec 02 '17 21:12 yehudah

Thanks. It's just that there are multiple sources to follow

  1. Your blog
  2. WordPress Support Forum - where the search sucks!
  3. Your own forum
  4. This github repository

I would request you to consider consolidating this. It would help you as well as us who try to participate.

Thanks.

KoolPal avatar Dec 03 '17 05:12 KoolPal

Hi,

  1. no support here just info, guides, etc...
  2. The point is completely moving from WordPress to my forums. for now, I don't want to force users to move.
  3. THE BEST PLACE
  4. This GitHub is for other developers that maybe want to contribute code.

yehudah avatar Dec 03 '17 20:12 yehudah