royarellano Posted September 29, 2009 Report Share Posted September 29, 2009 Greetings All,Quick question, I'm using a 2003 Windows Server with IIS 6.x and PHP 5.x; and I have created a web contact form with all the standard parts. However my hosting server and email server are two separate servers each with their own public IP address. The form successfully works, but the message is not sent to the end destination; does anyone have any idea what I may have missed in the setup?v/rRoy Link to comment Share on other sites More sharing options...
Synook Posted September 29, 2009 Report Share Posted September 29, 2009 PHP on Windows uses the SMTP server setting, not the sendmail utility. Is the SMTP server correctly entered in php.ini? Does it (the SMTP server) require SSL/TLS? Try telnetting to the SMTP server and sending an email that way. Link to comment Share on other sites More sharing options...
justsomeguy Posted September 29, 2009 Report Share Posted September 29, 2009 You can also change the email settings inside your script, you don't necessarily need to change them in php.ini. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now