With email-ext 2.22 you should be able to change the sender in the pre-send groovy script (this is a per project script). It provides access to the MimeMessage object in the script, see [1] for more information.
slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin On Wed, Jun 20, 2012 at 1:36 PM, Aaron Kushner <akush...@gmail.com> wrote: > I'd like the email sender address to be a different group email address for > each build type. I use a single Jenkins instance for various builds (hadoop, > mysql, various apache projects, etc) and each of these builds has a team > responsible for the outcomes and questions. > > For example, I'd like the mysql build failure email messages to come from > mysql-bui...@mycompany.com while the hdfs build messages should come from > hdfs-bui...@mycompany.com. > > I looked at the presend option on the email-ext plugin, but had no idea > whether I could change the sender with that or how to configure it. > > Any suggestions or help would be appreciated. > > > > -- Website: http://earl-of-code.com