Commit | Line | Data |
---|---|---|
48dc4059 | 1 | Description of PHPMailer 5.2.16 library import into Moodle |
40bdecef | 2 | |
8843e0bb DP |
3 | We now use a vanilla version of phpmailer and do our customisations in a |
4 | subclass. | |
40bdecef | 5 | |
8843e0bb DP |
6 | When doing the import we remove directories/files: |
7 | aboutus.html | |
8 | class.pop3.php | |
ec9e2d04 CB |
9 | class.phpmailer.oauth.php |
10 | class.phpmailer.oauthgoogle.php | |
11 | get_oauth_token.php | |
ccff58da MG |
12 | .travis.yml |
13 | .scrutinizer.yml | |
14 | composer.json | |
ec9e2d04 | 15 | composer.lock |
ccff58da MG |
16 | travis.phpunit.xml.dist |
17 | PHPMailerAutoload.php (make sure all files are included in moodle_phpmailer.php) | |
8843e0bb DP |
18 | docs/ |
19 | examples/ | |
20 | test/ | |
ccff58da | 21 | extras/ |