cluce Posted May 17, 2007 Share Posted May 17, 2007 I am trying to send mail in a web in a web form on a Windows XP machine and I receive this..... 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 C:\wamp\www\sendmail.php on line 24 Here are my settings.. [mail function] ; For Win32 only. SMTP = localhost ; For Win32 only. sendmail_from = you@yourdomaim We don't use a mail server through our ISP at work. We have our own mail server behind a proxy server. I am not sure how I configure this. Would I use my company email serve to test this? Quote Link to comment https://forums.phpfreaks.com/topic/51844-error-when-sending-mail/ Share on other sites More sharing options...
ToonMariner Posted May 17, 2007 Share Posted May 17, 2007 SMTP needs to be set to your mail servers address - not sure how the proxy is going to come into to play but localhost relates to the machine php is running on... Quote Link to comment https://forums.phpfreaks.com/topic/51844-error-when-sending-mail/#findComment-255493 Share on other sites More sharing options...
cluce Posted May 17, 2007 Author Share Posted May 17, 2007 thats what I am trying to figure out. What would be my mail server address??? Quote Link to comment https://forums.phpfreaks.com/topic/51844-error-when-sending-mail/#findComment-255546 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.