Embedding HTML code in extended email Jenkins plugin -


i trying use extended email plugin send embedded html mail. in section "editable email notification" > "default content" trying write html code:

<b>test result summary:</b> </br><iframe width="900" height="400" src="http://jenkins.eng.company.com:8080/view/nimbus/job/nimbus_sddc_nightly/allure/#/home"></iframe> </br><b>feature wise test result:</b> </br><iframe width="900" height="800" src="http://jenkins.eng.company.com:8080/view/nimbus/job/nimbus_sddc_nightly/allure/#/features"></iframe> 

the mail getting line 1 , 3 , not iframe. want these content in mail. how can achieve this?


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -