kefirfromperm / grails-asynchronous-mail

The Grails Asynchronous Mail plugin
http://grails.org/plugin/asynchronous-mail
21 stars 36 forks source link

Lift 256 character limit on alternative field. #87

Open 1442acb42ee0e3a727d7330e9755eb94 opened 5 years ago

1442acb42ee0e3a727d7330e9755eb94 commented 5 years ago

Change SQL type of field AsynchronousMailMessage.alternative from VARCHAR to text to allow for email message which contain more than 256 characters.

Fix https://github.com/kefirfromperm/grails-asynchronous-mail/issues/86