gpc / grails-mail

The Grails Mail Plugin
http://grails.org/plugin/mail
Apache License 2.0
45 stars 85 forks source link

Allow different configurations to be passed to mail service. #17

Closed jameswwarner closed 10 years ago

jameswwarner commented 10 years ago

This is a very simple solution to allowing users to have different mail configurations to be used. It would solve issues like these referenced on StackOverflow:

http://stackoverflow.com/questions/21020955/grails-change-mail-plugins-configurations-dynamically http://stackoverflow.com/questions/18978650/grails2-1-dynamic-mail-configuration

graemerocher commented 10 years ago

@candrews Any idea why these pull requests fail the Travis CI build?

doctorwu commented 10 years ago

This will really help me in a very near upcoming release of my application.

candrews commented 10 years ago

@graemerocher Travis was trying to publish when it shouldn't... fixed c77e27993e5d7218b5fcde49301712f5bb54e609

graemerocher commented 10 years ago

@candrews Thanks, although I don't think it is actually publishing anything now, every new build ends with 'Not on master branch, so not publishing'.

For the moment I released 1.0.5 manually