grails / grails-mail

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

spida initial fixes to mailSender and toFlatConfig #46

Closed jeremywen closed 3 years ago

jeremywen commented 3 years ago

I was running into two different errors.

  1. the toFlatConfig method is not available on a normal Map
  2. the mailSender was null after onConfigChange was called

I'm sure if you want these fixes but they fix our issues.