Add Image To Email

Hi, I am trying to add a discount voucher to the email "completed" template to give customers money off the next order after the order has been despatched and invoiced.

I can get it to appear in the PDF attachement but I want t to show in the body of the email template, can anyone tell me where I should look.

I have tried to edit Admin/notifictaions but cant see how to get an image to insert, all i see are "snippets" whic mean nothng to me.

https://prnt.sc/aw3Y3IHPIjYO

PDF below

https://prnt.sc/hech_BCy4Zuk

Edit the appropriate snippet(s) and use an tag. The post-processing will convert the image into an embedded image in the email. The 'src' parameter should be a FQDN to the image on your server. I.e. https://foo.com/images/detailed/122/my_image.jpg

perfect thanks Tony