Nov 3, 2009 10:51 PM
How to send email in html format?
-
Like (0)
Dear all,
I can send email using the component email service provided by the "Adobe Live Cycle". I am using concat function in xpath of Message to automate the composition of the mail.My requirement is to get the mail in a particular format - but instead - recieving email with all in a single line!
Kindly help me out in fixing this issue- Attaching the current format I recieve in my inbox and also the required format for your review
Thanks a lot
Vinod
Its simple!
Change the message type to HTML (in the properties)
include html tags when and where required in the concat function.
for e.g.
concat("****<br/>THIS IS A SYSTEM GENERATED EMAIL<br/>***<br/><br/>Dear ",{XPATH for User Name},"<br/>Your expense...")
This should display the email content as you required.
Or post the xpath you are using;
Nith
Copyright © 2011 Adobe Systems Incorporated. All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).