Code: Select all
2011-03-10 14:28:34 - PHP Warning: mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\opencart\system\library\mail.php on line 153
1. Apa maksudnya error tersebut?
2. bagaimana cara mengatasi error tersebut?
saya coba buka file mail.php potongan kodenya seperti di bawah ini
Code: Select all
if ($this->parameter) {
mail($to, $this->subject, $message, $header, $this->parameter);
} else {
mail($to, $this->subject, $message, $header); 'baris ke 153'