Skip to content

Commit 107cfc9

Browse files
author
Vitalii Samolovskikh
committed
Add GrailsAsynchronousMailConfig.
1 parent afcdac7 commit 107cfc9

File tree

3 files changed

+1256
-0
lines changed

3 files changed

+1256
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)