Question on the Announcer interface, and email

I see some people working on sending emails in gradle with Ant, ie like this: http://blog.jdriven.com/2012/10/gradle-goodness-getting-announcements-from-gradle-build/

I am wondering if there’s interest in adding capability to the announcer plugin to send emails. I need to send an email to a list of recipients upon a successful release build (i’m using the “release” plugin).

I think I’d like to apply some template to the email body, maybe just specify the project name and the release version, could generate a hyperlink to see the source code delta in Git, etc…