Commit Graph

12 Commits

Author SHA1 Message Date
Philipp Holzer 44bf0343e2
Refactor dynamic App::getLogger() to static DI::logger() 2019-12-27 21:55:15 +01:00
Philipp Holzer 5c6108b3cc
Dynamic config loading
- Move settings, defaults and dbstructure to directory 'static'
- Dynamic loading of config files (after the static loading)
- Filter out '-sample.config.php' and '-sample.ini.php' files
- Remove unnecessary ConfigFileManager
- Move ConfigFileLoader to Utils
- Add tests for multi-loading for INI, config and sample-filtering
2019-07-16 21:44:54 +02:00
Hypolite Petovan 4c0c4d4f33 [phpmailer] Use new emailer hook "sent" property 2019-05-26 22:07:22 -04:00
Hypolite Petovan c8001ac4c4 [phpmailer] Rework addon
- Remove redundant uninstall function
- Add default config file
- Add replyTo support
- Add custom headers support
- Add plain text-only support
- Improve error handling
2019-05-26 22:07:19 -04:00
Hypolite Petovan c228c4523c [phpmailer] Add README and LICENSE 2019-05-25 23:46:55 -04:00
Unknown aa9a32a959 [FIX] Update encoding 2019-04-12 12:13:13 +02:00
Unknown 320dab881b Fix phpmailer compatibility with latest friendica 2019-04-12 00:45:05 +02:00
Marcus Müller 7f4049102f
[FIX] PHP Mailer: Add use statement 2019-04-10 16:56:16 +02:00
Marcus Müller bb22b15578
[TASK] Change indentation to tabs 2019-04-02 11:25:51 +02:00
Marcus Müller 1494f2b5d3 [FIX] Remove unused functions and add new Config conditionals
- Also replace hardcoded paths
2019-04-01 19:04:51 +02:00
Marcus Müller 9a39bcf15b [FIX] Add Support and add address for mailing 2019-03-28 13:55:46 +01:00
Marcus Müller 1b3fdf4e22 [TASK] PHPMailer: Add first version
- no documents
- no ssl
2019-03-28 13:53:44 +01:00