Milano
Well-known member
I got this error when trying to send queue email with stmp
then i took a quick look at XenForo_Model_MailQueue
should it be
instead of
PHP:
Zend_Mail_Transport_Exception: Unable to send mail. mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" 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);
PHP:
$mailObj->send();