Maybe the problem is in the ini_set? Are they allowing it?
Main Topics
Browse All TopicsI have switched from one ISP to GoDaddy. I have used the PHP mail() function on numerious servers with other ISP's and it works great. Now that I switch to GoDaddy it is not going LOL. Here is what I get when using the code below. Any suggestions?
500 Internal Server Error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, support@supportwebsite.com
More information about this error may be available in the server error log.
--------------------------
Apache/1.3.33 Server at www.ipdg3.com Port 80
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I have found a work around using PHPMailer
http://phpmailer.codeworxt
http://phpmailer.codeworxt
This works great and fixes the issues that on shared server hosting at GoDaddy the PHP mail() function does not work and they are not going to help you make it work. At least that has been my experience.
The code below is a function that I created to send out mail using PHPMailer.
$To = The person email address you are sending to
$to_name = The person name you are sending to
$Subject = The subject line of the email
$Msg = The body of the message being sent
$From = The person email address you are sending from
$from_name = The person name you are sending from
Granted this may not be a perfect system but it works for sending basic emails out. PHPMailer has a ton of other features when sending email. This is just one that worked for my basic needs right now.
Business Accounts
Answer for Membership
by: hieloPosted on 2008-02-18 at 14:28:18ID: 20924122
mail() It's probably if on a windows platform: orums/show thread.php ?t=348488
http://www.sitepoint.com/f