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?
Php email problem at web host.
Moderator: General Moderators
-
jewelthief
- Forum Newbie
- Posts: 13
- Joined: Sat Aug 29, 2009 1:46 am
Re: Php email problem at web host.
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.
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.