2017-04-10 10:32:50 +05:30
|
|
|
Description of PHPMailer 5.2.23 library import into Moodle
|
2007-02-14 07:22:09 +00:00
|
|
|
|
2009-11-03 21:02:36 +00:00
|
|
|
We now use a vanilla version of phpmailer and do our customisations in a
|
|
|
|
subclass.
|
2007-02-14 07:22:09 +00:00
|
|
|
|
2009-11-03 21:02:36 +00:00
|
|
|
When doing the import we remove directories/files:
|
|
|
|
aboutus.html
|
|
|
|
class.pop3.php
|
2015-10-07 13:42:40 +08:00
|
|
|
class.phpmailer.oauth.php
|
|
|
|
class.phpmailer.oauthgoogle.php
|
|
|
|
get_oauth_token.php
|
2014-10-01 13:58:11 +08:00
|
|
|
.travis.yml
|
|
|
|
.scrutinizer.yml
|
|
|
|
composer.json
|
2015-10-07 13:42:40 +08:00
|
|
|
composer.lock
|
2014-10-01 13:58:11 +08:00
|
|
|
travis.phpunit.xml.dist
|
|
|
|
PHPMailerAutoload.php (make sure all files are included in moodle_phpmailer.php)
|
2009-11-03 21:02:36 +00:00
|
|
|
docs/
|
|
|
|
examples/
|
|
|
|
test/
|
2014-10-01 13:58:11 +08:00
|
|
|
extras/
|