mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
8843e0bb3c
Stage 2 - We now extend phpmailer and do our customisations in our subclass rather than directly in the original file. Previously we modified SetLanguage(), but I have not carried that change over because I could not see code paths where this gets executed.(See bug) I tested the header/content of the old class vs this one and think the changes are all carried over. (If anyone has clever thoughts for how to unit test this mailing out it would be useful, especially for upgrading phpmailer).
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
Description of PHPMailer 5.1 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
|
|
docs/
|
|
examples/
|
|
test/
|