Skip to content

Commit 4583c09

Browse files
author
Vitalii Samolovskikh
committed
Override sendMail
1 parent e6205c4 commit 4583c09

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
@@ -4,7 +4,7 @@ asynchronous.mail.send.repeat.interval = 60000l // One minute
44
asynchronous.mail.expired.collector.repeat.interval = 607000l
55
asynchronous.mail.messages.at.once = 100
66
asynchronous.mail.send.immediately = true
7-
asynchronous.mail.override = false
7+
asynchronous.mail.override = true
88
asynchronous.mail.clear.after.sent = false
99
asynchronous.mail.disable = false
1010
asynchronous.mail.useFlushOnSave = true

0 commit comments

Comments
 (0)