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? 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... 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??? Link to comment https://forums.phpfreaks.com/topic/51844-error-when-sending-mail/#findComment-255546 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.