mailtrain/server/routes
Tomas Bures 30b361290b - Refactoring of the mail sending part. Mail queue (table 'queued') is now used also for all test emails.
- More options how to send test emails.
- Fixed problems with pausing a campaign (#593)
- Started rework of transactional sender of templates (#606), however this contains functionality regression at the moment because it does not interpret templates as HBS. It needs HBS option for templates as described in https://github.com/Mailtrain-org/mailtrain/issues/611#issuecomment-502345227

TODO:
- detect sending errors connected to not able to contact the mailer and pause/retry campaing and queued sending - don't mark the recipients as BOUNCED
- add FAILED campaign state and fall into it if sending to campaign consistently fails (i.e. the error with sending is not temporary)
- if the same happends for queued email, delete the message
2019-06-25 07:18:06 +02:00
..
rest - Refactoring of the mail sending part. Mail queue (table 'queued') is now used also for all test emails. 2019-06-25 07:18:06 +02:00
api.js - Refactoring of the mail sending part. Mail queue (table 'queued') is now used also for all test emails. 2019-06-25 07:18:06 +02:00
archive.js - Refactoring of the mail sending part. Mail queue (table 'queued') is now used also for all test emails. 2019-06-25 07:18:06 +02:00
files.js New project structure 2018-11-18 15:38:52 +01:00
index.js Fixes in reports (generating a CSV). 2019-04-22 02:41:40 +02:00
links.js Various fixes. 2018-12-23 19:27:29 +00:00
quick-reports.js Added quick reports (at this moment only one) to campaign statistics page. 2019-04-22 22:46:48 +02:00
reports.js Added quick reports (at this moment only one) to campaign statistics page. 2019-04-22 22:46:48 +02:00
sandboxed-ckeditor.js Fixes in reports (generating a CSV). 2019-04-22 02:41:40 +02:00
sandboxed-codeeditor.js Fixes in reports (generating a CSV). 2019-04-22 02:41:40 +02:00
sandboxed-grapesjs.js Fixes in reports (generating a CSV). 2019-04-22 02:41:40 +02:00
sandboxed-mosaico.js Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
subscription.js Fixes in reports (generating a CSV). 2019-04-22 02:41:40 +02:00
subscriptions.js Exported CSV now contains status column (fix for #547) 2019-02-23 14:27:28 +00:00
webhooks.js Merged PR #528 2019-05-20 00:21:03 +02:00