We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcdac7 commit 107cfc9Copy full SHA for 107cfc9
grails-app/conf/AsynchronousMailConfig.groovy
@@ -0,0 +1,13 @@
1
+asynchronous.mail.default.attempt.interval = 300000l // Five minutes
2
+asynchronous.mail.default.max.attempts.count = 1
3
+asynchronous.mail.send.repeat.interval = 60000l // One minute
4
+asynchronous.mail.expired.collector.repeat.interval = 607000l
5
+asynchronous.mail.messages.at.once = 100
6
+asynchronous.mail.send.immediately = true
7
+asynchronous.mail.override = false
8
+asynchronous.mail.clear.after.sent = false
9
+asynchronous.mail.disable = false
10
+asynchronous.mail.useFlushOnSave = true
11
+asynchronous.mail.useMongo = false
12
+asynchronous.mail.gparsPoolSize = 1
13
+asynchronous.mail.newSessionOnImmediateSend = false
0 commit comments