Skip navigation
Home/Support/

Forums

198 Views 1 Reply Latest reply: Nov 4, 2009 5:25 AM by $Nith$ RSS
VinodChattergee User 32 posts since
Aug 17, 2009
Currently Being Moderated

Nov 3, 2009 10:51 PM

How to send email in html format?

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

Attachments:
  • $Nith$ Participant 1,119 posts since
    May 20, 2009
    Currently Being Moderated
    1. Nov 4, 2009 5:25 AM (in response to VinodChattergee)
    Re: How to send email in html format?

    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

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points