Page 1 of 1
PHP Mail not sent
Posted: Wed Sep 03, 2008 10:20 pm
by deeessay
Hi, so we have a server and there are a couple of applications in there. On one application, there is a function that sends an automatic e-mail. The email was received by the recipients, no problem there. The problem is I duplicated that same program but the emails are no longer sent. I don't see how this is a problem as they are using the same php.ini. Can anyone help me out on this one? Many thanks!
Re: PHP Mail not sent
Posted: Wed Sep 03, 2008 11:41 pm
by andyhoneycutt
Well, we have many servers at my work that are "identical", but anything from a firmware upgrade to an apt-get update (ETA: upgrade) can make them act like very different platforms. Is it possible that the architecture of this other system, or it's operating system (or some piece thereof) is different and perhaps causing problems?
My first guess would be you don't have the libraries installed to be calling the appropriate module effectively.
-Andy