phppaper Posted December 20, 2010 Share Posted December 20, 2010 Does anyone know how to setup php mail() function to using a external windows 2008 smtp server?? the php and the smtp server are 2 different server. Thanks!! Quote Link to comment Share on other sites More sharing options...
trq Posted December 20, 2010 Share Posted December 20, 2010 Do you need to authenticate to use this server? if you do, you'll need to use another means like PHPMailer (google it). If not, just change the smtp settings within your php.ini. Quote Link to comment Share on other sites More sharing options...
phppaper Posted December 20, 2010 Author Share Posted December 20, 2010 Thanks but that work without seeing the log file. Normal Windows 2008 SMTP server can have log file, to sent from outlook , I could see the log file. But not from another web server's apache, any idea why? I am using mail () Quote Link to comment Share on other sites More sharing options...
trq Posted December 20, 2010 Share Posted December 20, 2010 What? Quote Link to comment 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.