Require JavaScript to be turned on for subsciption confirmations
This commit is contained in:
parent
f0e772933e
commit
78083c33fd
3 changed files with 18 additions and 0 deletions
|
@ -214,6 +214,9 @@ module.exports.addConfirmation = (list, email, optInIp, data, callback) => {
|
|||
}
|
||||
|
||||
setImmediate(() => {
|
||||
if (data._skip) {
|
||||
return;
|
||||
}
|
||||
|
||||
mailer.sendMail({
|
||||
from: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue