Page 1 of 1
PHP Mail() Function not working on GoDaddy?!
Posted: Thu Feb 10, 2011 10:35 am
by bla5e
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?!
Posted: Thu Feb 10, 2011 3:20 pm
by tr0gd0rr
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.
Re: PHP Mail() Function not working on GoDaddy?!
Posted: Thu Feb 10, 2011 4:20 pm
by John Cartwright
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