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.