Topic: CRLF / LF error on send - punBB 1.2.5
When I try to send mail using the form, I get the error:
An error was encountered
Error: Unable to send e-mail. Please contact the forum administrator with the following error message
reported by the SMTP server: "451 See http://pobox.com/~djb/docs/smtplf.html. ".
I've even tried to comment out
if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN'))
$eol = "\r\n";
else if (strtoupper(substr(PHP_OS, 0, 3) == 'MAC'))
$eol = "\r";
else
$eol = "\n";
From includes/mail.php and just set $eol to \n but no go.
I suspect my users can't even register themselves at the moment either... Anyone know what I can do?
Official Danish mirror for punbb: http://mirror.ordo.dk/punbb.org/