For the template part, here's some header variables (I do the same with jelly but I replace the value before giving the template to emailExt):
<!-- Local variables --> <% style_default = "font-family:Verdana,Helvetica,sans serif; font-size:11px; color:black;" style_header = "color: black;" style_bg1 = "color:white; background-color:" + style_cie_color + "; font-size:120%;" style_bg2 = "color:#666666; background-color:white; font-size:110%; margin-left: 2px; margin-right: 2px;" style_bg3 = "color: black; background-color:white;" style_tr = "border: 1px solid " + style_cie_color + ";" style_failure = "color: red;" style_success = "color: green;" style_unstable = "color: yellow;" ... %> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/470b6b06-53b7-4777-8038-9e94e6fbfbc8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
