Finsih mail resend limit
This commit is contained in:
parent
67c4e54298
commit
d40499e7fa
9 changed files with 60 additions and 16 deletions
|
@ -61,8 +61,14 @@ USER =
|
|||
PASSWD =
|
||||
|
||||
[cache]
|
||||
; Either "memory", "redis", or "memcache", default is "memory"
|
||||
ADAPTER = memory
|
||||
CONFIG =
|
||||
; For "memory" only, GC interval in seconds, default is 60
|
||||
INTERVAL = 60
|
||||
; For "redis" and "memcache", connection host address
|
||||
; redis: ":6039"
|
||||
; memcache: "127.0.0.1:11211"
|
||||
HOST =
|
||||
|
||||
[log]
|
||||
; Either "console", "file", "conn" or "smtp", default is "console"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue