kefirfromperm / grails-asynchronous-mail

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

alternative should be text instead of varchar(255) #86

Open 1442acb42ee0e3a727d7330e9755eb94 opened 5 years ago

1442acb42ee0e3a727d7330e9755eb94 commented 5 years ago

I'm getting an SQL error because the column 'alternative' is not big enough. Why are you not mapping it to 'text'?

It seems to me that you are storing the text part of an email in the column alternative. Then you HAVE to increase the size, because text emails can be much longer than 255 characters.