Commit Graph

32 Commits (1b2afd2bd3dc19cdd36da47cc52040a83cdb3b68)

Author SHA1 Message Date
derekmurawsky 1b2afd2bd3 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.
13 years ago
Andrew Dolgov 5ce9d43ed2 registration form: use input type email; add some required fields 13 years ago
Andrew Dolgov 88e8fb3a71 modify include path order (closes #514) 13 years ago
Andrew Dolgov f9c0fc6eb7 register: include functions.php before checking for action parameter to set proper error_reporting (fixes #448) 14 years ago
Andrew Dolgov 8db5d8ea6d add get_random_bytes() in case openssl_random_pseudo_bytes() is unavailable 14 years ago
Andrew Dolgov 098df83ba6 fix various password-change related functions 14 years ago
Andrew Dolgov f03a795de7 include path fix for lighttpd 14 years ago
Andrew Dolgov 09e8bdfd18 simplify default global config, expand sanity_check messages 14 years ago
Andrew Dolgov 5f0a3741d0 add Public_Handler
misc code cleanup
14 years ago
Andrew Dolgov 107d0cf39e overall directory tree cleanup 14 years ago
Andrew Dolgov 31303c6bbd reduce the number of always included libraries 14 years ago
Andrew Dolgov a299881140 misc layout fixes 14 years ago
Andrew Dolgov e331188f76 misc typo fixes 14 years ago
Andrew Dolgov 410c0b3a01 fix register.php feed output 14 years ago
Andrew Dolgov 870a70e109 implement basic feed output for register.php 14 years ago
Andrew Dolgov 0ae2bb2a69 db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo 15 years ago
Andrew Dolgov 2376ad4925 fix redirects after schema upgrade; fix logout requiring valid schema 15 years ago
Andrew Dolgov 1ca77e0acd merge logout.php inside backend.php 15 years ago
Andrew Dolgov 133ab8c713 replace references to ttrss-logo.png with logo.png 15 years ago
Andrew Dolgov fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 15 years ago
Andrew Dolgov 0844d6a9c0 register.php: remove short php tags 16 years ago
Andrew Dolgov 2a52d96fe6 localization fixes 17 years ago
Andrew Dolgov fe7537b5dd move MiniTemplator and prototype to lib/ 17 years ago
Andrew Dolgov bd40e88ee6 move scriptaculous to lib/ 17 years ago
Andrew Dolgov d134e3a313 move phpmailer to lib/ 17 years ago
Andrew Dolgov 4ca3d8c48d register: only display tos when registrations are open 17 years ago
Andrew Dolgov d785b410fb register: drop unneeded MAX_USERS 17 years ago
Andrew Dolgov a53f3dc422 register: use include files 17 years ago
Andrew Dolgov c46a4a050d registration script UI tweak 17 years ago
Andrew Dolgov 1da195e277 registration script UI tweak 17 years ago
Andrew Dolgov 2a56b360f1 registration script: clean html header 17 years ago
Andrew Dolgov 4f7956b3df add registration script and required config options 17 years ago