Where is the default email-ext groovy template placed under jenkins. I did do a search through stackoverflow and the most possible answer i get is to refer Jenkins\plugins\email-ext\WEB-INF\lib. However I just see the email ext jar files in this path and not any templates.
Also I did create folder under my $JENKINS_HOME like $JENKINS_HOME/email-template and places my groovy templates over there, but jenkins doesnt seem to pick my own template. It just keep sending the default template. And I am not able to locate this default template at all under my jenkins. :(
Please help.