Hi,
I'm having a problem sending out email with SMTP on my win 2k server. I use asp scripts to send mail and it works fine. I have my php.ini file pointing to "servername".rbeditions.com" but I continue to get an unspecific server error. Here is the code...
<?
mail("rfeuer@rbeditions.com", "rfeuer@rbeditions.com", "Yeah", "whatever...");
?>
I have searched for scripts and have found a class that doesn't generate an error but I never recieve the emails I send out to myself. I have seen a bunch of people listing the same sort of problems but I still have not found an answer. I think the problem may lie in my php.ini file but I'm not sure. Any help would be great!
Thanks'
Rick