How do I send php email when my provider is GoDaddy?

Posted on Jan 04, 2010 under GoDaddy.com | 6 Comments

OK – I have a *very* basic e-mail php script which *always fails*. The weird thing is that the mail() function appears to be working – it returns an error. However, it *always* returns an error – and I see no reason for it to do so.

My server: GoDaddy (Windows Server)

Below is the script. Please tell me: why won’t this work? (GoDaddy support refuses to answer.)

<?php
$mail_ok = mail("jim@bibleselector.com", "This is a test", "This is only a test", "From: email@bibleselector.com");
if ($mail_ok)
{
echo("Mail OK");
}
else
{
echo("Mail fail");
}
?>

Added note for experts: have attempted to use PHPMailer instead without success (it fails to run the very first line of PHP script).

6 Responses to “How do I send php email when my provider is GoDaddy?”

  1. Have a look at the link below. It seems that goDaddy windows support for php mail() has been deprecated.

    Won’t work in Windoze.

    http://www.techsupportforum.com/design-forum/web-design-programming/241557-php-mail-godaddy.html

    Hope this helps.

  2. Godaddy has disabled that PHP function on Windows Servers. The Linux Servers work fine though. I am not sure if there really is a way around it with Godaddy.

  3. < blockquote >< a href=”http://cheaptabletsonline.com/”>CheapTabletsOnline.com. Canadian Health&Care.Special Internet Prices.Best quality drugs.No prescription online pharmacy. High quality drugs. Buy drugs online< /a >…

    Buy:Viagra Super Force.Viagra Professional.Viagra.Cialis Super Active+.Cialis Soft Tabs.Cialis Professional.Zithromax.Tramadol.Super Active ED Pack.VPXL.Propecia.Maxaman.Soma.Viagra Soft Tabs.Cialis.Levitra.Viagra Super Active+….

  4. < blockquote >< b >< a href=”http://us.cheapfashionspot.com/”>NEW FASHION store. Original designers collection at low prices!!! 20 % TO 70 % OFF. END OF SEASON SALE!!!< /a >< /b >< /blockquote >…

    BUY FASHION. TOP BRANDS: GUCCI, DOLCE&GABBANA, BURBERRY, DIESEL, ICEBERG, ROBERTO CAVALLI, EMPORIO ARMANI, VERSACE…

  5. It’s so hard to get backlinks these days, honestly i need a backlink by comments on your blog / forums or guestbook to make my website appear in search engine. I am getting desperate Now! I know you’ll laugh while reading this comment !!! Here is my website penis enlargement pills I know my comments do not relate to the topic, but PLEASE HELP ME!! APPROVING MY COMMENT!
    Regards: PoormanBH2011

  6. … [Trackback] …

    [...] Read More here: getportals.com/2010/01/04/how-do-i-send-php-email-when-my-provider-is-godaddy/ [...] …

Leave a Reply