Send Mail Message

Throughout my build, I have kept build status for everyone project and writed it to an html file.  I then attach it as an attachment.  However I would like it to appear in the email body so we people open the email there would see the html status page. 
Does anyone knows how to write this the send mail action messages body.

 

Thanks

 

Hi Owen

You can load the html file into a variable (using the Read Text File action), and then set the body of the email to %yourvariable% and turn on the “Message is HTML Formatted” option.