summaryrefslogtreecommitdiff
path: root/plugins/mail/init.php
AgeCommit message (Collapse)Author
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-16mail plugin: fix blank From: headerAndrew Dolgov
2013-04-03plugins/mail: remove secretkey stuffAndrew Dolgov
2013-03-22Merge pull request #73 from derekmurawsky/dmChangesAndrew Dolgov
Centralized mail handling per post on google + community.
2013-03-22Additions:derekmurawsky
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary. Changes: config.php-dist - Added the smtp port option include/digest.php - Converted it to use the new ttrrssmailer class include/sanity_config.php - Added the smtp port option to the sanity check plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case. register.php = Modified to use ttrssmailer class. All code was tested and functioned on my local machine.
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-20remove deprecated theme_image()Joschasa
2013-03-19undeprecate mail pluginAndrew Dolgov
2013-03-19implement mail plugin using mailto: links; deprecate mail pluginAndrew Dolgov
2012-12-30rename plugin main class filesAndrew Dolgov