Hi All,

I added email-ext to my jenkins to send emails about test results . I want 
to send a html file content as email message body.

I tried changing "Content Type" as "HTML (text/html)" and i gave an iframe 
in "Default Content" field. But its not able to pick the iframe. Here is 
the code

Code Used In "Default Content"

$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:

<br /><iframe src="http://www.w3schools.com"; width="200" 
height="200"><p>you should have seen my other page here, but something 
broke.</p></iframe>

<br />Check console output at $BUILD_URL to view the results.

<br />Failed tests: ${FAILED_TESTS}

Please someone  tell me how "Default Content" should be changed so that its 
able to pick  the HTML file contents and display it as message body

Reply via email to