• Hey Everyone,

    WordPress doesn’t seem to be sending out emails to me. I’ve checked the spam folders of my gmail account, and I even created a wordpress@mydomain.com and tried to get emails sent there, but no luck.

    When I try to reset a password I get,
    "The e-mail could not be sent. Possible reason: your host may have disabled the mail() function..."

    I have a Godaddy server running IIS7 with php5 support. I ran a mail() function and it DOES send out an email to me. Here’s the function I ran and it worked
    <?php mail("email@gmail.com", "test email", "blah blah"); ?>

    Any insight would be great!
    Thanks!
    -Eric

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    IIS7? Switch your hosting account to a Linux one instead. I use GoDaddy hosting on the Linux/Apache setups and it works fine.

    Thread Starter jeric2k5

    (@jeric2k5)

    Thanks, but I would like to be able to use ASP.NET and PHP at the same time. I’m actually going to try their “Quick Install” application for WordPress, and if the emails work there then I know it should be able to.

    Any other suggestions would be great!

    Thread Starter jeric2k5

    (@jeric2k5)

    I installed wordpress automatically through GoDaddy and its still giving me the mail() function error. I submitted an email to them to see whats up.

    Anything else I could try? And the site is at http://www.ericmendes.com if you want to check it out and register to see if you get an email.

    Thanks!

    Eric, I don’t have an answer but I have gone through the same thing. I was on IIS6 and had them cancel/restart my account to get to IIS7 last week. WordPress worked fine with the exception of email, which GoDaddy says is not a problem on their end.

    However, it broke the email out of the ASP scripts as well, and none of the php apps I tried could email either. Arguing with them is not going to get me very far or fast, so I’m switching to Linux hosting to see if that resolves the email problem. Needing email for WordPress is minor compared to needing it for my store, but I’ll post if email “suddenly” works under the Linux hosting.

    Wow what a fun time. GoDaddy’s backoffice got completely stuck on me switching to Linux from Windows. Finally had them kill the whole thing and start over, but it was still stuck until some “Advanced Technical” person got in the back room with a plunger. Anywhooo…

    I have a fresh install of WordPress 2.5.1 from within GoDaddy on Linux hosting and sure enough, it’s emailing me just fine. I’m half tempted to switch it back to IIS7 and see what happens, but after 5 days of being dead in the water I’ll focus on getting things back in order in a Linux/php world. I’d prefer the flexibility of both ASP and php too but I don’t think GoDaddy has things too straight when it comes to hosting the Windows server (based on past and current experience), so I’ll hang my hat with the open source guys now.

    http://wordpress.org/extend/plugins/wp-mail-smtp/

    Download this plugin and specify relay-hosting.secureserver.net as the SMTP host.

    Here’s an article I coincidentally posted about week ago in my blog about this very issue. It also shows step-by-step instructions on how to set up your WP-Mail-SMTP plug-in:

    http://angstrey.com/index.php/2009/04/22/how-to-send-e-mail-with-wordpress-from-godaddy-windows-hosting/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wordpres not sending out Email Notification? Godaddy, IIS7’ is closed to new replies.