summaryrefslogtreecommitdiff
path: root/BitMailer.php
AgeCommit message (Expand)AuthorFilesLines
2008-06-18mv BitMailer to BitNewsletterMailer to avoid conflict and confusion with the ...Christian Fowler1-351/+0
2008-01-02add SMTP username and passwordChristian Fowler1-3/+10
2008-01-02clean up output when sending queue to be a simple text dump to browserChristian Fowler1-5/+6
2007-05-17add time, content_id to SENT notificationsChristian Fowler1-5/+8
2007-05-04remove extend of phpMailer and instantiate class on each loop. failed send ca...Christian Fowler1-37/+29
2007-05-04method call typoChristian Fowler1-4/+4
2007-05-04add unsubscribed check to queueRecipientsChristian Fowler1-6/+12
2007-05-04add support for unsubscribed users to prevent mailing even if queuedChristian Fowler1-5/+10
2007-05-04add test_mode to enable resending message, hide validated only option for nowChristian Fowler1-8/+9
2007-05-04update begin_dateChristian Fowler1-3/+4
2007-05-04fix clickthrough trackingChristian Fowler1-7/+7
2007-05-04final cleanup of just about everything, add mail_clickthrough trackingChristian Fowler1-3/+50
2007-05-03a little rearrangement of newsletter display, add header and footer for mail_...Christian Fowler1-14/+37
2007-04-25clean up transaction blocks, move smarty assigns around, update url_code / tr...Christian Fowler1-7/+7
2007-04-25clean up .tpl's and mailing, add new body to allow customization of bitweaver...Christian Fowler1-4/+4
2007-04-25fix GUI tend queue to send messagesChristian Fowler1-46/+57
2006-10-13phpDoc correctionsLester Caine1-3/+6
2006-10-07more unsub cleanup, still more to goChristian Fowler1-4/+4
2006-10-07major clean up to newsletter sending. everything pretty clean at this point. ...Christian Fowler1-46/+52
2006-07-07add support for subscribing a user_id, not just an email. not done yet... als...Christian Fowler1-5/+5
2006-06-30add listing of queued mail. not done yet...Christian Fowler1-3/+21
2006-06-19merge all of wolffies changes to HEAD. Now need to work on a few things like ...Christian Fowler1-8/+11
2006-04-19more kernel_config renamesMax Kremmel1-5/+5
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-10/+10
2006-02-01detikify libertyMax Kremmel1-8/+8
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh pack...bitweaver.org1-21/+21
2005-12-30add reply_to column and field to editionsChristian Fowler1-5/+7
2005-12-29fix mailer to log actions to stdout, and add missing _SERVER['HTTP_USER_AGENT']bitweaver.org1-7/+9
2005-12-29remove duplicate edit_newsletter smarty, use include instead. add 'sending' s...Christian Fowler1-3/+4
2005-12-29clean up permissions, and creating of editionsChristian Fowler1-5/+9
2005-12-29add newsletter email read trackingChristian Fowler1-4/+10
2005-12-29fix unsubscribe_allChristian Fowler1-7/+8
2005-12-28subscription changing appears to be workingChristian Fowler1-4/+6
2005-12-28lots and lots of subscription fixes, still not 100%Christian Fowler1-23/+7
2005-12-28unsubscription now working. several schema changes. tiki_mail_subscriptions n...Christian Fowler1-9/+46
2005-12-28more unsub changes and updates. getting closerChristian Fowler1-8/+9
2005-12-28clean up unsubscribe, getting closerChristian Fowler1-4/+5
2005-12-25unsubscription info coming along. some schema changes to track nl_id in tiki_...Christian Fowler1-7/+43
2005-12-21add smtp error logging, schema changesChristian Fowler1-9/+26
2005-12-20clean up sending so it acutally works nowChristian Fowler1-8/+6
2005-12-16get mailing working - things actually send now. still lots of debug stuff str...Christian Fowler1-0/+132