UPDATE: Monday, July 20, 2009
Several visitors have contacted me to inform me that after applying my suggestions above, they were still receiving the error message with the red border. Please visit this follow-up post for information on how to possibly fix the problem. Please let me know if it worked for you!
Follow-Up Post: Contact Form 7′s “Failed to send your message” Error
UPDATE: August 27, 2009
If your website is being hosted on GoDaddy and you are using WordPress version 2.8.x (2.8.4 being the latest at time of writing) and the latest version of Contact Form 7 (2.0.1 at time of writing), you are probably visiting this blog because you are getting the annoying “failed to send your message” error (with the red border) in your contact form.
I just found out this evening that after upgrading to Contact Form 7 2.0.1 and WordPress 2.8.4, my contact form won’t send e-mails anymore. When I wrote this post back in April 2009, I was using WP version 2.7.1.
Well, I have good news: I have solved the problem. Please follow the instructions shown below for configuring WP-Mail-SMTP on your GoDaddy-hosted WordPress installation and then continue to the follow-up post above.
The Problem
My blog is being hosted at GoDaddy.com on their Windows hosting package and it’s running off of IIS 7. This service supports PHP 5, which allowed me to install WordPress. One requirement I had was the ability to have a contact form. I found Contact Form 7, which appears to be a popular WordPress plug-in. I installed and configured the plug-in, but I wasn’t able to send e-mail through it. I received the following error message:

I later found out at the Contact Form 7 developer’s blog that the problem was server-related as indicated by the red border. I googled the solution and found it. Rob Layton posted a very helpful article about how to solve this problem:
http://www.roblayton.net/archive/wordpress-not-sending-emails-anymore-solved/
In short, his solution points to the fact that PHP Mail or SMTP are no longer working after upgrading to a later version of WP. He suggests one of two plug-ins:
I opted for WP Mail.
I tried his recommendations which are detailed in his blog entry, but they didn’t work for me. Below is what I did for my GoDaddy account.
Solution
- Create a new e-mail account using the GoDaddy mail control panel. If you already are using GoDaddy as your e-mail provider, you don’t need to create a new one.
- Install either WP-Mail-SMTP or Cimy Swift SMTP. Since I am not using Cimy Swift SMTP, my instructions apply to WP-Mail-SMTP, but the solution should be fairly similar for Cimy. Then activate the plug-in.
- In the WordPress administration console, click “Settings”.
- Click the Email link under “Settings” (or the equivalent for Cimy). Enter the following data:
- From Email: “yourusername@domain.com” (without the quotes). This must be your GoDaddy hosted e-mail account.
- From Name: type in either your name or the name of your website. This will make the From line of the e-mail read as “From Name” <yourusername@domain.com>.
- Mailer: Choose “Send all WordPress emails via SMTP”. Do not choose the “…PHP mail() function…” because it won’t work.
- SMTP Host: relay-hosting.secureserver.net (do not use the SMTP server that GoDaddy provided you during your e-mail account sign-up. For the record, that is smtpout.secureserver.net).
- SMTP Port: 25 (default for most SMTP servers).
- Encryption: Choose “No encryption”. (I hope you aren’t sending sensitive data!)
- Authentication: Choose “No: Do not use SMTP authentication”.
- Click the Update Options button. You will be taken to the General Settings tab.
- Now click the Email link again. Scroll down to the bottom of the page and type in a valid e-mail address in the To: box under the “Send a Test Email” section.
- Click the Send Test button.
- If you did everything correctly, you should see the following screen:

Continue to follow-up post (Contact Form 7’s “Failed to send your message” error)…


#1 by chickensense on July 6, 2009 - 6:18 PM
Thank you so much!
That little tip you mention to not use the normal godaddy mail server did the trick for me.
#2 by Sedat Bayrak on July 8, 2009 - 4:54 AM
after two hours full of searching on the internet, this helped me to figure it out.
Thanks!
#3 by Roger on July 9, 2009 - 11:59 AM
Thanks, I was able to get ‘bool = true’ in the Wp-Mail plugin. However I’m still receiving a red box error for the contact 7 form. I’ve asked several people and no one will so much as respond, so this is a shot in the dark. Any ideas?
#4 by Andy on July 16, 2009 - 1:39 PM
Great post, saved me hours of work!!
#5 by Scott on July 17, 2009 - 8:50 PM
I’ve got the same issue as Roger, any solutions?
#6 by Kathy on July 19, 2009 - 9:52 AM
These are great instructions. Thank you. But, I’ve the same problem as Roger and Scott. Do you have any suggestions?
#7 by Mario on July 19, 2009 - 11:03 AM
Hi Kathy,
I’ve contacted Roger and Scott and pointed them to one comment I made in this post. Refer to comment #10 in the URL below. I hope it helps. Please let me know!
http://bit.ly/mvP9t
The URL is shortened. It points to my website.
#8 by Kathy on July 19, 2009 - 11:09 AM
Your comment #10 was exactly what I needed – thanks!
#9 by Mario on July 19, 2009 - 6:59 PM
Hi Kathy,
Thank you so much for letting me know!
#10 by Jazz on July 23, 2009 - 6:11 AM
Thanks so much for taking time and writing a step by step article.