Matthew,
> *class.mail_queue.php missing function
>
> The mail queue processing stopped working - turning on the errors, and
> running from the command-line, I get:
>
> <b>Fatal error</b>: Call to undefined function:
> _getsmtpsettings() in
> <b>/var/www/sites/www.ire.org/htdocs-ssl/it/eventum/include/cl
ass.mail_queue
> .php</b> on line <b>215</b>
>
> Adding in the _getsmtpsettings() function from the 1.4
> class_mail_queue.php
> file makes the script work again..
>
Indeed, looks like there is a bug in there on this. The proper fix is to
change all code that references:
Mail_Queue::_getSMTPSettings()
To:
Mail_API::getSMTPSettings()
Thanks for the report. We will have this fix on the upcoming 1.5.1
release.
--Joao