blob: d332a52cdce0429b824b15a92f3536b72a9b124c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# how many seconds should pass at least between consecutive emails
#min_delay=3600
# how many seconds should an email be delayed at maximum
#max_delay=3600
# how early should emails be sent
# range: 0 = as late as possible .. 1 = as early as possible
#agressivity=0
# what command should be called to actually send the emails
#mail_cmd='sendmail -t'
|