Fixed an issue with broken archive link. Added plaintext versions for transactional messages
This commit is contained in:
parent
4584c85b4b
commit
06d5e0d9bf
11 changed files with 144 additions and 63 deletions
|
@ -209,7 +209,8 @@ router.post('/:cid/subscribe', passport.parseForm, passport.csrfProtection, (req
|
|||
},
|
||||
subject: list.name + ': Please Confirm Subscription'
|
||||
}, {
|
||||
template: 'emails/confirm-mail.hbs',
|
||||
html: 'emails/confirm-html.hbs',
|
||||
text: 'emails/confirm-text.hbs',
|
||||
data: {
|
||||
title: list.name,
|
||||
contactAddress: configItems.defaultAddress,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue