Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!
SOLVED

How to create HTML format email in CQ5?

Avatar

Level 1

Currently I am able to send plain text email from CQ without using OOTB mail service.

Now I need to send email in html format. The email template should allow author to edit the content like adding images from DAM and also adding components from sidekick.

I am able to send html email but the image is not rendered in the mail I receive.

I am new to CQ, so any guidance on this will be really helpful. Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi Kumaravel,

I'm pretty sure your issue isn't CQ related.  Make sure that the src value of your HTML img tags are absolute rather than relative.

Cheers,
Kamran

View solution in original post

2 Replies

Avatar

Level 3

Hi,

I have similar requirement to add complete content of the page to mail in same format. Could you please let me know how this is implemented from your side ?

Thanks,

Hari

Avatar

Correct answer by
Level 1

Hi Kumaravel,

I'm pretty sure your issue isn't CQ related.  Make sure that the src value of your HTML img tags are absolute rather than relative.

Cheers,
Kamran