mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
Include class-smtp.php not class.smtp.php. fixes #19677
git-svn-id: http://svn.automattic.com/wordpress/trunk@19642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dcd09d51eb
commit
98a96139df
@ -757,7 +757,7 @@ class PHPMailer {
|
||||
* @return bool
|
||||
*/
|
||||
protected function SmtpSend($header, $body) {
|
||||
require_once $this->PluginDir . 'class.smtp.php';
|
||||
require_once $this->PluginDir . 'class-smtp.php';
|
||||
$bad_rcpt = array();
|
||||
|
||||
if(!$this->SmtpConnect()) {
|
||||
|
Loading…
Reference in New Issue
Block a user