Found a “hotfix”:
\classes\es-sendmail.php: line 294:
changed this:
$post_full = $post->post_content;
$post_full = wpautop($post_full);
to this:
$post_full = $post->post_content;
$post_full = do_shortcode($post_full);
$post_full = wpautop($post_full);
this should probably be filtered to only standard-wordpress-shortcodes ([caption], [gallery],…) though…
@jtschulik
@icegram
I have this problem too. As part of the hueman pro theme I use a shortcode called [dropcap]T[/dropcap] and it does not render either in the sent notifications.
Can you add a fix for this as proposed by @jtschulik..
Thanks..
@andrewmperryman @jtschulik
I have taken a note of it and also notified the lead developer about it. We back get back to you soon on it
Or maybe an idea how i could hook into this?
Me waiting too. Prathamesh Palve please do something.
Hello,
We are working on it.
Will be fixed in upcoming release of Email Subscribers