Merge branch 'master' of github.com:andris9/mailtrain
This commit is contained in:
commit
82227f49f6
2 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,10 @@ Subscribe to Mailtrain Newsletter [here](http://mailtrain.org/subscription/EysIv
|
|||
|
||||
[iRedMail](http://www.iredmail.org/) Free, open source mail server solution
|
||||
|
||||
### ZoneMTA
|
||||
|
||||
Check out [ZoneMTA](https://github.com/zone-eu/zone-mta) as an alternative self hosted MTA
|
||||
|
||||
## Cons
|
||||
|
||||
* Alpha-grade software. Might or might not work as expected
|
||||
|
|
|
@ -405,7 +405,7 @@ router.post('/subscription/unsubscribe', passport.parseForm, passport.csrfProtec
|
|||
req.flash('danger', err && err.message || err || 'Could not unsubscribe user');
|
||||
return res.redirect('/lists/subscription/' + list.id + '/edit/' + subscription.cid);
|
||||
}
|
||||
req.flash('success', subscription.email + ' was successfully subscribed from your list');
|
||||
req.flash('success', subscription.email + ' was successfully unsubscribed from your list');
|
||||
res.redirect('/lists/view/' + list.id);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue