PHP Mail not sent
Moderator: General Moderators
PHP Mail not sent
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!
- andyhoneycutt
- Forum Contributor
- Posts: 468
- Joined: Wed Aug 27, 2008 10:02 am
- Location: Idaho Falls
Re: PHP Mail not sent
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
My first guess would be you don't have the libraries installed to be calling the appropriate module effectively.
-Andy