MSwanson Posted January 11, 2007 Share Posted January 11, 2007 My mail() function doesn't seem to work on Windows Server 2003. I've tried to test it with:[code]<?php mail('matthew@foxvalleycheesecake.com', 'Test Subject', 'Test Message'); ?>[/code]But I don't ever get the message.php.ini:[code][mail function]; For Win32 only.SMTP = localhost ; for Win32 onlysmtp_port = 25sendmail_from= info@foxvalleycheesecake.com ; for Win32 only; For Win32 only.;sendmail_from = me@example.com; For Unix only. You may supply arguments as well (default: "sendmail -t -i").;sendmail_path =[/code]I'm also running Exchange 2003.Any suggestions? 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.