change email priority

This commit is contained in:
Matteo Pagliazzi 2015-03-25 21:24:09 +01:00
parent 488cd8852b
commit de972eebc0

View file

@ -113,6 +113,7 @@ module.exports.txnEmail = function(mailingInfoArray, emailType, variables, perso
personalVariables: personalVariables
},
options: {
priority: 'high',
attempts: 5,
backoff: {delay: 10*60*1000, type: 'fixed'}
}