Hi @noidcustommobile,
Thanks for your message.
You can use the [featured_image] shortcode in that post. Details on all shortcodes are available here: https://betternotificationsforwp.com/documentation/notifications/shortcodes/
You may need to add it in code if you’d like the image to show correctly, like so:
<img src="[featured_image]">
Hope this helps.
Hi there, when I use this code, I only get the link, instead of a display of the images. What is the code to show the image in the mail?
Hi @yolandal,
The code given should show the image.
This shows the image: <img src="[featured_image]">
This shows a text link to the image: <a href="[featured_image]">View Image</a>
Hope this helps.