alexjewell
07-19-2006, 07:00 PM
I have a website for a client, and it has two forms.
They use the mail() function to send the feedback to his inbox.
I'm getting this error when the form is submitted:
Warning: mail() [function.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 d:\webspace\ADMIN\zollie.net\WWW\contact.php on line 33
The form is at www.zollie.net/contact.php, and the form submits to contact.php?form=send.
I know I have to somehow fix this issue with ini_set since I don't have access to php.ini.
Any feedback would be greatly appreciated?
Thanks
They use the mail() function to send the feedback to his inbox.
I'm getting this error when the form is submitted:
Warning: mail() [function.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 d:\webspace\ADMIN\zollie.net\WWW\contact.php on line 33
The form is at www.zollie.net/contact.php, and the form submits to contact.php?form=send.
I know I have to somehow fix this issue with ini_set since I don't have access to php.ini.
Any feedback would be greatly appreciated?
Thanks