Tasks:
- prototype and test the send process
- write up procedure
- download/upload the member list
- update the footer in email to be legal compliance
- update the list subscription page
- change the subscribe on sjccc main page to use the new subscription page
- edit technical configurations for phplist
Technical configurations: config.php changes: (~/www/phplist/config/config.php)
- define ("REGISTER",0);
- define("EMAILTEXTCREDITS",1);
- define("PAGETEXTCREDITS",1);
- define ("NOSTATSCOLLECTION",1);
- define("MAILQUEUE_BATCH_SIZE",360);
- define('MAILQUEUE_THROTTLE',1);
- define("USE_MANUAL_TEXT_PART",1);
- define('CLICKTRACK',1);
- define('CLICKTRACK_SHOWDETAIL',0);
- Send Rate, etc: http://docs.phplist.com/PhpListConfigSendRate
- Personalization: http://docs.phplist.com/Placeholders
No comments:
Post a Comment