Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #50379


Ignore:
Timestamp:
06/12/2020 07:43:22 PM (6 years ago)
Author:
Otto42
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50379 – Description

    initial v1  
    33In 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.
    44
    5 However, the old class-phpmailer.php file defined both the PHPMailer class, and the phpmailerException class. This means the new one should to.
     5However, the old class-phpmailer.php file defined both the PHPMailer class, and the phpmailerException class. This means the new one should too.
    66
    77Recommend adding this to class-phpmailer.php:
    88
    9 `require __DIR__ . '/PHPMailer/PHPMailer.php';`
     9`require __DIR__ . '/PHPMailer/Exception.php';`
    1010
    1111and