Skip to content

Commit c2ad977

Browse files
author
Vitalii Samolovskikh
committed
The property persistence.provider
1 parent 4583c09 commit c2ad977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/conf/AsynchronousMailConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ asynchronous.mail.override = true
88
asynchronous.mail.clear.after.sent = false
99
asynchronous.mail.disable = false
1010
asynchronous.mail.useFlushOnSave = true
11-
asynchronous.mail.useMongo = false
11+
asynchronous.mail.persistence.provider='hibernate' // Possible values are 'hibernate', 'hibernate4', 'mongodb'
1212
asynchronous.mail.gparsPoolSize = 1
1313
asynchronous.mail.newSessionOnImmediateSend = false

0 commit comments

Comments
 (0)