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('[email protected]', '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= [email protected] ; for Win32 only; For Win32 only.;sendmail_from = [email protected]; For Unix only. You may supply arguments as well (default: "sendmail -t -i").;sendmail_path =[/code]I'm also running Exchange 2003.Any suggestions? Link to comment https://forums.phpfreaks.com/topic/33802-mail-function-doesnt-work/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.