Spawn sender into separate process

This commit is contained in:
Andris Reinman 2016-12-10 15:27:52 +02:00
parent 37b0ac9aec
commit 88fe24a709
3 changed files with 39 additions and 6 deletions

View file

@ -109,3 +109,8 @@ host="127.0.0.1"
# extra options for nodemailer
[nodemailer]
#textEncoding="base64"
[queue]
# How many parallel sender processes to spawn
# Do not use more than 1 for now as it would create race conditions
processes=1