moodle/lib/phpmailer/README_MOODLE.txt
2014-10-03 16:44:42 +08:00

18 lines
400 B
Plaintext

Description of PHPMailer 5.2.9 library import into Moodle
We now use a vanilla version of phpmailer and do our customisations in a
subclass.
When doing the import we remove directories/files:
aboutus.html
class.pop3.php
.travis.yml
.scrutinizer.yml
composer.json
travis.phpunit.xml.dist
PHPMailerAutoload.php (make sure all files are included in moodle_phpmailer.php)
docs/
examples/
test/
extras/