Deprecated
Table of Contents
| Kotchasan/PHPMailer/class.phpmailer.php |
| Kotchasan/PHPMailer/class.smtp.php |
class.phpmailer.php
| Line | Element | Reason |
|---|---|---|
| 2969 | PHPMailer::encodeQPphp() | use encodeQP instead |
| 101 | PHPMailer::$ReturnPath | Email senders should never set a return-path header; |
| 188 | PHPMailer::$PluginDir | should not be needed now there is an autoloader |
class.smtp.php
| Line | Element | Reason |
|---|---|---|
| 101 | SMTP::$CRLF | Use the |
| 83 | SMTP::$Version | Use the |
| 92 | SMTP::$SMTP_PORT | This is only ever used as a default value, so use the |