Hi,
There is a known bug under Joomla 2.5.6 : One cannot send any email du to a bug in phpmailer.php
I have corrected the phpmailer file as suggested at
http://code.google.com/a/apache-extras.org/p/phpmailer/issues/detail?id=68
, however i still have the same SMTP error.
Line 769:
//MoonDragon $rt = @mail($to, $this->EncodeHeader($this->SecureHeader($this->Subject)), $body, $header, $params);
$rt = @mail($to, $this->EncodeHeader($this->SecureHeader($this->Subject)), $body, $header);
Also, is it most sage to go back to Joomla 1.5?
Thanks and regards,