Fixed Can't send queue email with stmp

Milano

Well-known member
I got this error when trying to send queue email with stmp

PHP:
Zend_Mail_Transport_Exception: Unable to send mail. mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at &quot;localhost&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() - library\Zend\Mail\Transport\Sendmail.php:137

then i took a quick look at XenForo_Model_MailQueue
should it be
PHP:
$mailObj->send($transport);
instead of
PHP:
$mailObj->send();
 
Yeah I actually found this yesterday here as it stopped using the -f parameter as well - it's fixed for beta 2.
 
Top Bottom