Commit Graph

18 Commits

Author SHA1 Message Date
Hypolite Petovan 341e51f13d [phpmailer] Ensure encoding is UTF-8 even when not using the SMTP configuration 2020-11-29 15:41:46 -05:00
Philipp Holzer 7fd4511a21
Fix phpmailer (Case sensitive Check) 2020-09-22 22:48:34 +02:00
Philipp Holzer 5663e61791
Add improvements 2020-09-19 22:49:44 +02:00
Philipp Holzer 874cef6a19
Transform email header string to header array & replace it at various situations. 2020-09-19 20:14:55 +02:00
Philipp Holzer 0fb7e2c647
Fix invalid "emailer_prepare" Hook
- Use IEmail instead of array data
- Introduce "composer" based library for phpmailer
2020-01-29 20:24:41 +01:00
Philipp Holzer 65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
Philipp Holzer 1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
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
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