posted 14 years ago
Hi,
I have the following problem:
I've used Velocity to create email templates.In one of these templates i've text + image(inline) content.In the received email the text is visible but the image is not.I guess there is some issue with the path to the image file,but couldn't figure it out.My .vm file look something like this:
registration-confirmation.vm
Also following is addtional information :
EmailCompo is the name of my application
image file location is :EmailTest/src/com/mcs/mailer/img123.jpg
vm file location : EmailTest/src/com/mcs/mailer/reg-con.vm
Cheers,
Poonam