|
Posted by Andy on 10/10/75 11:27
I have installed on my pc EasyPHP 1.8 program. I would like to test a
feedback form if it sends e-mails, unfortunately I have a problem to connect
to a local server. I got a following error:
Warning: mail(): Failed to connect to mailserver at "broadband.rogers.com"
port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use
ini_set() in c:\easyphp1-8\www\test.06\contact_form.php on line 70
This is my line 70 in PHP file: mail(xxxxxxxx@rogers.com "," Contact
Form",stripslashes($msg), $mailheaders);
My server is 'pop.broadband.rogers.com.
Please tell me how I supposed to set up php.ini in EasyPHP so it will
connect to server without a problem. Thank You.
Navigation:
[Reply to this message]
|