mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-20 02:06:28 +03:00
Update readme, resend interval 10m
This commit is contained in:
@@ -43,7 +43,7 @@ func (qs *Queues) manager() {
|
||||
for _, destination := range destinations {
|
||||
_, _ = qs.queueFor(destination)
|
||||
}
|
||||
time.AfterFunc(time.Minute*5, qs.manager)
|
||||
time.AfterFunc(time.Minute*10, qs.manager)
|
||||
}
|
||||
|
||||
func (qs *Queues) QueueFor(from string, rcpts []string, content []byte) error {
|
||||
|
||||
Reference in New Issue
Block a user