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
Post a Comment