]> git.agnieray.net Git - galette.git/commitdiff
PHPMailer's SMPT class was not found, fixes #856
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 25 Sep 2014 17:52:09 +0000 (19:52 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 25 Sep 2014 17:52:09 +0000 (19:52 +0200)
galette/lib/Galette/Core/GaletteMail.php

index a295be8676500284c46cd622766de4da74870d77..58dda745fbef16da445e8013a9c801f08ac02ef2 100644 (file)
@@ -41,6 +41,7 @@ use Analog\Analog as Analog;
 
 /** @ignore */
 require_once 'class.phpmailer.php';
+require_once 'class.smtp.php';
 require_once GALETTE_ROOT . 'includes/html2text.php';
 
 /**