grails / grails-mail

The Grails Mail Plugin
https://grails.github.io/grails-mail/
Apache License 2.0
14 stars 25 forks source link

workaround for config issue in grails3 #5

Closed timaebi closed 9 years ago

timaebi commented 9 years ago

The yml parser doesn't produces a nested map when a key contains dots. For the mail props to work it needs to be flat.

rmondejar commented 8 years ago

Great and simple patch. Could you publish a new release? Thanks in advance!

felansu commented 8 years ago

Pleased, i need the released with this correction !

osscontributor commented 8 years ago

@felansu Can you try 2.0.0.RC2?

felansu commented 8 years ago

@jeffbrown thanks thanks thanks !! I'm going to test NOW !!!!

felansu commented 8 years ago

@jeffbrown Confirmed! Working with Grails 3.0.1 and using Gradle 2.5 !! Thanks !