Just glancing at the code, and it looks fine. Per your earlier note, it works. So, all things being equal, the server itself is probably where the problem is at. -- Joe On May 8, 2009, at 2:53 AM, Oluyomi wrote: > > > > > > > I noticed that my post wasnt detailed enough so i have included the > mail section of my code. Here is: > > <?php > $to = "spotlite@xxxxxxxxxx, akanimoe@xxxxxxxxxx"; > $subject = "Hi! SPOTLITE mail"; > $body = "Hi,\n\n A report has just been submitted.Please view the > decision board. "; > $headers = "From: spotlite@xxxxxxxxxx" ."\r\n" . > "CC: mojia@xxxxxxxxxx, pedroe@xxxxxxxxxx, yomik@xxxxxxxxxx"; > $sent = mail ($to,$subject,$body,$headers); > if ($sent){ > echo "We will get back to you in 72 hours.\nThank you!"; > } > else > { > echo 'Please note that HR could not be informed of your input. > Contact System Administrator'; > } > ?> > > Posted by: "yomikabiawu" > yomikabiawu@xxxxxxxxx > > > yomikabiawu > > > > Thu May 7, 2009 12:34 am (PDT) > > Hi guys, I have an application on my office intranet. php/mysql/iis. > The application has been deployed and running effectively. The only > proble is that sometimes the mails stop delivering. When the form is > submitted it displays that the message has been sent but it is not > delivered inbox of outlook mail. This has happened several times and > sometimes i just tweak and restart the iis then it starts working. > this > time around, it has not come up, i'm looking for a lasting solution. > > Any recommendations please? > > [Non-text portions of this message have been removed] > > > [Non-text portions of this message have been removed]