Open in ClaudeOpen in ChatGPT

Migration Guide

The mail configuration moved out of the grails section of config.yml and into the spring section. This page maps every changed property to its new location.

Property mapping

Old valueNew valueNotes
grails.mail.*spring.mail.*The whole configuration moves from the grails section into the spring section.
grails.mail.disabledspring.mail.valsightProperties.enabledBoolean reversal. The property moved under valsightProperties and changed from disabled to enabled. It still defaults to disabled.
grails.mail.default.fromspring.mail.valsightProperties.defaultFromProperty from moved and was renamed to defaultFrom.
grails.mail.propsspring.mail.propertiesProperty props was renamed to properties.

All other properties are the same, with the same behaviour.

Was this page helpful?