From de972eebc026856163b17c742c3f5261f4da9cee Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 25 Mar 2015 21:24:09 +0100 Subject: [PATCH] change email priority --- website/src/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/utils.js b/website/src/utils.js index f0719dfbee..6349ca5d3e 100644 --- a/website/src/utils.js +++ b/website/src/utils.js @@ -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'} }