grails-asynchronous-mail icon indicating copy to clipboard operation
grails-asynchronous-mail copied to clipboard

Messages weren't flushed to the database when send.immediately is false

Open tkvw opened this issue 7 years ago • 2 comments

I think it should honor the useFlushOnSave setting. I also added the possibility to configure it on the builder with flush(true/false).

If you want to see the effect, simply change the send.immediately to false in the example project. The to fields aren't saved to the database.

tkvw avatar May 31 '17 11:05 tkvw

Also added configurable mappings options. Your mail can now easily be stored in another datasource.

tkvw avatar Jun 01 '17 20:06 tkvw

For asynchronous.mail.disable=true in some cases AsynchronousMailMessage not stored in DB @kefirfromperm could you include this fix to new version of plugin, please

demon101 avatar Aug 15 '17 18:08 demon101