PHP Mail() Function not working on GoDaddy?!
Moderator: General Moderators
PHP Mail() Function not working on GoDaddy?!
I recently finished a project for a client - and I do all of my development work on my own server (Hosted with 1and1) - well when i transfered the files over to their hosting with GoDaddy the mail() function no longer mails.. it doesn't give any errors it just never gets received.. anyone else having this problem and what is the solution?? driving me insane! 
Re: PHP Mail() Function not working on GoDaddy?!
Often you need to use SMTP mail in those cases. A straight call to mail() often gets blocked by spam filters. You'll want to get username/password access to an SMTP server and use SMTP classes in PEAR, CakePHP, Zend or the like.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: PHP Mail() Function not working on GoDaddy?!
It would be helpful to see the error.
When it comes to mailing, the only solution I see as up to the task is http://swiftmailer.org
When it comes to mailing, the only solution I see as up to the task is http://swiftmailer.org