mail() problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
me666
Forum Commoner
Posts: 87
Joined: Wed Oct 08, 2008 5:04 pm

mail() problems

Post by me666 »

hi, i use the mail() function on my website when people register, but i believe the mail server of my hosting service is 'blacklisted' with several mail domains.. is the a peice of code i could use to connect to a different mail server as i cannot change the php.ini file to change servers, the mail server i wish to use also requires authority.
thanks for any help :D
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: mail() problems

Post by JakeJ »

change hosts. seriously.
me666
Forum Commoner
Posts: 87
Joined: Wed Oct 08, 2008 5:04 pm

Re: mail() problems

Post by me666 »

have thought about that just don't know any free host's that offer mail() as i don't want to pay as its only really a hobby during free time :D
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: mail() problems

Post by JakeJ »

Ah, well, there's your problem then. All of the free stuff is full of spammers and you get lumped in with them. There's some REALLY cheap hosting out there.

Try this one: http://www.webhostingpad.com/

**I have NO affiliation with that company. I just did a quick search and found a very cheap price.
jefffan24
Forum Commoner
Posts: 72
Joined: Mon Nov 02, 2009 8:18 am

Re: mail() problems

Post by jefffan24 »

I use http://www.ipage.com/ for my hosting company. You have full control over the php.ini file and they are pretty cheap.
me666
Forum Commoner
Posts: 87
Joined: Wed Oct 08, 2008 5:04 pm

Re: mail() problems

Post by me666 »

ok thank u both :D
Post Reply