|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
Description of PHPMailer library import into Moodle
|
|
|
2 |
|
|
|
3 |
We now use a vanilla version of phpmailer and do our customisations in a
|
|
|
4 |
subclass.
|
|
|
5 |
|
|
|
6 |
To upgrade this library:
|
|
|
7 |
1. Download the latest release of PHPMailer in https://github.com/PHPMailer/PHPMailer/releases.
|
|
|
8 |
2. Remove everything inside lib/phpmailer/ folder except README_MOODLE.txt, moodle_phpmailer.php and moodle_phpmailer_oauth.php.
|
|
|
9 |
3. Extract the contents of the release archive to lib/phpmailer.
|
|
|
10 |
4. Remove the following files that were extracted:
|
|
|
11 |
- composer.json
|
|
|
12 |
- get_oauth_token.php
|
|
|
13 |
- SECURITY.md
|
|
|
14 |
- src/POP3.php
|
|
|
15 |
5. Update lib/thirdpartylibs.xml.
|