Enables axletter mailings to a subset of subscribers
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 13 Jun 2009 22:45:39 +0000 (00:45 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 27 Jun 2009 22:57:23 +0000 (00:57 +0200)
commit2a3f4f5730d9b23564ab6ef8f94d0a0a2ddf888d
treec5b40e3bcc5808dccb29124eae7ddda7d631add3
parenteb5632361d837d1d4f813d4f77e52d6702a0d523
Enables axletter mailings to a subset of subscribers

* Creation of an auxiliary table, axletter_subset, which contains the list of user_ids
    to which letter shall be sent
* When sending email, sent only to those in that list and in the promotion range and who
    have subscribed to the letter
* When creating the letter, it is possible to give those mail adresses, which are internally
    converted to X.org user_ids
* No warnings when some adresses aren't recognized, ...

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
modules/axletter.php
modules/axletter/axletter.inc.php
templates/axletter/edit.tpl
upgrade/0.10.1/02_axletter.sql [new file with mode: 0644]