I've been trying to send email using php. But I've been getting this error since...
PHP Warning: mail(): 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:\www\IT3126Prac\Reservation\insertReserve.php on line 36
I know I have to configure something on php.ini. But I don't have the guts to configure it. Any alternatives if I could send email without configuring my php.ini??