Require JavaScript to be turned on for subsciption confirmations

This commit is contained in:
Andris Reinman 2016-09-08 17:49:01 +03:00
parent f0e772933e
commit 78083c33fd
3 changed files with 18 additions and 0 deletions

View file

@ -214,6 +214,9 @@ module.exports.addConfirmation = (list, email, optInIp, data, callback) => {
}
setImmediate(() => {
if (data._skip) {
return;
}
mailer.sendMail({
from: {