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 )
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 )
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
Users browsing this forum: No registered users and 109 guests