Embedding images in the HTML editor

To be able to embed an image in a mailing, you must first insert the placeholder in the HTML editor and then enter the <img src=" tag before the placeholder and the "> tag after the placeholder.

The complete code for an embedded image is as follows in the HTML editor:

Copy
<img src="${image.embed(phgroup.placeholder)}">

Example

The complete code is as follows for the event XML with the Ticket placeholder group and QRCode placeholder:

Copy
<img src="${image.embed(Ticket.QRCode)}">

Note: Bear in mind that the embedded image is not shown in the preview section. The default graphic is shown instead.