It still works on my test server?
But you can try following: Replace the "if (mosMail)" with:
[code:1]if (class_exists('JUtility'))
$ret = JUTility:: sendMail($this->config->emn_sendermail, $this->config->emn_sendername, $var_tomail, $subject, $this->_pmsMailcompatible($var_body), 0, null, null, null, null, null);
else
$ret = mosMail($this->config->emn_sendermail, $this->config->emn_sendername, $var_tomail, $subject, $this->_pmsMailcompatible($var_body));
if ($ret) {
[/code:1]
This does not longer uses the deprecated mosMail on Joomla 1.5.
Post edited by: slabbi, at: 2008/11/18 08:58
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer