Changes between Initial Version and Version 1 of Ticket #50379
- Timestamp:
- 06/12/2020 07:43:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50379 – Description
initial v1 3 3 In place of the old version, the class-phpmailer.php and class-smtp.php files are deprecated and load the new code, along with adding a class alias. 4 4 5 However, the old class-phpmailer.php file defined both the PHPMailer class, and the phpmailerException class. This means the new one should to .5 However, the old class-phpmailer.php file defined both the PHPMailer class, and the phpmailerException class. This means the new one should too. 6 6 7 7 Recommend adding this to class-phpmailer.php: 8 8 9 `require __DIR__ . '/PHPMailer/ PHPMailer.php';`9 `require __DIR__ . '/PHPMailer/Exception.php';` 10 10 11 11 and
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)