]> git.wh0rd.org - tt-rss.git/commit - .gitignore
Additions:
authorderekmurawsky <dmurawsky@gmail.com>
Fri, 22 Mar 2013 20:25:12 +0000 (16:25 -0400)
committerderekmurawsky <dmurawsky@gmail.com>
Fri, 22 Mar 2013 20:25:12 +0000 (16:25 -0400)
commit1b2afd2bd3dc19cdd36da47cc52040a83cdb3b68
tree286d5b99c3a895d2f756fae5c17a55122ee7a7f0
parent9d9432dab87e3887e4f482ac5afff1586530c692
Additions:

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.
.gitignore
classes/ttrssmailer.php [new file with mode: 0644]
config.php-dist
include/digest.php
include/sanity_config.php
plugins/mail/init.php
register.php