PHP Mail not sent

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
deeessay
Forum Commoner
Posts: 55
Joined: Sat May 24, 2008 1:02 am

PHP Mail not sent

Post 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!
User avatar
andyhoneycutt
Forum Contributor
Posts: 468
Joined: Wed Aug 27, 2008 10:02 am
Location: Idaho Falls

Re: PHP Mail not sent

Post 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
Post Reply