Ensure replyTo is picked up for campaign creation page
This commit is contained in:
parent
15613ba50c
commit
ac72abd993
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ router.get('/create', passport.csrfProtection, (req, res) => {
|
|||
|
||||
data.from = data.from || configItems.defaultFrom;
|
||||
data.address = data.address || configItems.defaultAddress;
|
||||
data.replyTo = data.replyTo || '';
|
||||
data.subject = data.subject || configItems.defaultSubject;
|
||||
|
||||
let view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue