Email formatting in 'Send Email' action

Hello,

I am trying send email at the end of build. I have the contents stored in a variable. I am creating a table and would like to add a new row for each line in variable.

Is there a way to achieve this?

Example: 






%MYVAR%

Above lines create a table with one row and write the entire contents in that row. But I would like to have a new row created for each line in MYVAR. 

Thanks in advance,


I have added the sample html code that I use in the message part. Its not showing here… I am just creating a table, adding rows and writing the variable value to it.

You would need to build the contents into the variable using actions. Generation of formatted html is something we are looking at for a future version.

Thanks Vincent.