[FIX] SMTP
Posted: Sat Feb 27, 2010 6:25 pm
If your trying to send emails with SMTP, it will not work due a bug (fixed with 1.4.1).
To fix this:
edit and look for
replace with:
To fix this:
edit
Code: Select all
../system/library/mail.php
Code: Select all
fputs( $handle, 'MAIL FROM: <' . $this->from . '>XVERP' . $eol );
Code: Select all
fwrite( $handle, 'MAIL FROM: <' . $this->from . '>' . $eol )