MySQL Forums
Forum List  »  General

Re: Eventum's email not functioning
Posted by: Curt Fiene
Date: March 04, 2005 03:05PM

Changeing line:

$mail =& Mail::factory('smtp', Mail_Queue::_getSMTPSettings());

to:

$mail =& Mail::factory('smtp', Mail_API::getSMTPSettings());

allows mail to be sent.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.