Php email problem at web host.

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
jewelthief
Forum Newbie
Posts: 13
Joined: Sat Aug 29, 2009 1:46 am

Php email problem at web host.

Post by jewelthief »

Hello!

I am trying to send emails from my website to email address. I have used PEAR and its all working fine when i am testing it on local host (receiving emails fine) but as soon as i upload my site on web host. It shows me an error:


500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.


can anyone help me out here? My hosts are go daddy.com. Is it some configuration problem?
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Php email problem at web host.

Post by Darhazer »

Probably PEAR::Mail is not installed on your server. Best - ask your hosting provider
jewelthief
Forum Newbie
Posts: 13
Joined: Sat Aug 29, 2009 1:46 am

Re: Php email problem at web host.

Post by jewelthief »

for that very reason I added whole PEAR package in my www directory and set include path to it but stilll it is giving error. Anyway i'll contact my web host. lets see what they say.
Post Reply