using HTML email templates in Java
843834May 6 2010 — edited May 6 2010Hi
I need to send email from Java program. These emails are HTML emails with specific templates.
There are
- images which are linked to other pages on Internet on the click of image,
- different background colors etc
surrounding main text part in the body of the email.
I can generate simple HTML emails ( text, attachments, text pointing to simple links ) and that works fine.
But I am not sure how to generate the emails that I mentioned above. What is template ? Can it be useful and if yes how ?
Please guide. A code snippet will be great help.