mailtrain/services
Tomas Bures 32e2e61789 Unsubscription is identified by subscriber cid. This effectivelly allows only the recipient of the email to unsubscribe. This addresses issue #221.
I also scraped the "auto" parameter which automatically submits the unsubscription form when the link is clicked in a campaign email. Instead, I introduced the
unsubscription options ONE_STEP, ONE_STEP_WITH_FORM, TWO_STEP, TWO_STEP_WITH_FORM. The options without "_WITH_FORM" shall behave like when called with "auto".
This functionality is to come. Currently it behaves as ONE_STEP_WITH_FORM.
2017-04-30 13:01:22 -04:00
..
executor.js Fix - reports crashed if the user could not be switched (because mailtrain was not run under root). Now an error is reported. 2017-04-27 18:14:15 -04:00
feedcheck.js Updated translation support 2017-03-07 16:30:56 +02:00
importer.js Add option to disable email cheking for imported CSV 2017-03-31 11:20:43 +02:00
postfix-bounce-server.js merged 2017-03-21 12:30:08 +02:00
sender.js Unsubscription is identified by subscriber cid. This effectivelly allows only the recipient of the email to unsubscribe. This addresses issue #221. 2017-04-30 13:01:22 -04:00
test-server.js Fetch multiple unsent messages at once to speed up delivery 2016-05-25 18:01:39 +03:00
triggers.js Updated translation support 2017-03-07 16:30:56 +02:00
tzupdate.js Allow international formatted dates in CSV imports 2017-02-02 16:47:50 +02:00
verp-server.js Do not use .stack property with error objects 2017-03-24 13:04:38 +02:00