Skip to content

Commit 8116b09

Browse files
authored
Merge pull request #3 from 1442acb42ee0e3a727d7330e9755eb94/master
Lift 256 character limit on alternative field.
2 parents fd367ea + 0ab4b0d commit 8116b09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grails-app/domain/grails/plugin/asyncmail/AsynchronousMailMessage.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ class AsynchronousMailMessage implements Serializable {
167167
)
168168

169169
text type: 'text'
170+
171+
alternative type: 'text'
170172

171173
attachments cascade: "all-delete-orphan"
172174
}

0 commit comments

Comments
 (0)