Jump to content

error when sending mail


cluce

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.