Title: Incorrect Authentication Data
Last modified: August 30, 2016

---

# Incorrect Authentication Data

 *  Resolved [sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * (@sarahlevinger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/)
 * Hi there. I’m having a problem receiving emails from my Contact Form7 plugin,
   so I installed Postman hoping it would fix the problem. So far the configuration
   looks good, however when I send the test email I get an “Incorrect Authentication
   Data” notice. My email host is through GoDaddy (although I’m hearing they’re 
   not a good choice). Connectivity check says port 25 and port 443 are open, port
   465 and 587 are closed. Double checked my login credentials and everything looks
   correct.
 * Any ideas as to how to fix the issue?
 * [https://wordpress.org/plugins/postman-smtp/](https://wordpress.org/plugins/postman-smtp/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/incorrect-authentication-data-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/incorrect-authentication-data-2/page/2/?output_format=md)

 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339097)
 * Sometimes GoDaddy messes up their own authentication configuration. Try localhost
   with no authentication!
 *  Thread Starter [sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * (@sarahlevinger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339119)
 * Thanks for the quick reply! Could you walk me through the process of configuring
   the localhost with no auth?
 * Thanks!
 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339120)
 * Start the wizard and when you get to the part about the **Outgoing Mail Server**
   replace what’s there with localhost. Then finish the wizard!
 *  Thread Starter [sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * (@sarahlevinger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339122)
 * Hmmm…replaced that with localhost…still getting the same message: “Incorrect 
   Authentication Data”. Thoughts?
 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339125)
 * [Send me](http://www.codingmonkey.ca/contact/) the transcript (from the Email
   Log) of a message that fails to send.
 *  Thread Starter [sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * (@sarahlevinger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339186)
 * Any ideas Jason? We’re still having trouble receiving any submissions from our
   Contact7 form 🙁
 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339187)
 * I’m sorry, no, everything looks fine. I think you’ll need to call GoDaddy again.
   There must be a username or password mismatch.
 *  Thread Starter [sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * (@sarahlevinger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339188)
 * Bummer. I’ve contacted GoDaddy and they’ve checked our settings. They said things
   look fine, server-side. Should I try a different contact plugin?
 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339199)
 * Resolved by using the correct password.
 *  [chemusic](https://wordpress.org/support/users/chemusic/)
 * (@chemusic)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339246)
 * I was having the same problem and found the solution. The answer is the cPanel
   MX Entry setting.
 * By default it is set to Local Mail Exchanger in which case the web server tries
   to handle email that it believes are for it (i.e. email that originates from 
   the same domain as the website).
 * To solve the problem, login to cPanel and change MX Entry to Remote Mail Exchanger
   in which case the web server will let the MX Records in your DNS to route the
   email.
 * Once you do this, there is no need for any WordPress SMTP plugin at all.
 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339248)
 * [@chemusic](https://wordpress.org/support/users/chemusic/), that’s not a solution.
   You’ve completely ignoring the authentication and SPF rules of the remote mail
   exchanger. It might work with some recipients, but it won’t work for all recipients.
 * Not to mention that the original problem reported in this thread was incorrect
   authentication data (password), and solved by using the correct authentication
   data (password). Your suggestion does not solve inputting the wrong password.
 *  Thread Starter [sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * (@sarahlevinger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339253)
 * Technically it hasn’t been solved quite yet. We’re working with GoDaddy to troubleshoot
   our email issues at this point since we’ve updated our passwords and everything
   looks like its being submitted correctly.
 * Thanks for the tip [@chemusic](https://wordpress.org/support/users/chemusic/).
   I had GoDaddy check that and it looks like our MX records weren’t set to Remote.
   A good catch, unfortunately our problem still isn’t fixed. Starting to think 
   maybe GoDaddy is the problem 😉
 *  [chemusic](https://wordpress.org/support/users/chemusic/)
 * (@chemusic)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339258)
 * [@jason](https://wordpress.org/support/users/jason/) Hendriks
 * The person reporting the problem is saying that it’s not an authentication (password)
   issue. Where are you getting that information from? She’s saying the problem 
   is still occurring so I was offering my assistance.
 * [@sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * I’m only sharing my experience because I’m also using Contact Form 7 on WordPress
   with GoDaddy and was having the exact same problem (granted I’m using Google 
   Apps for email). No authentication required and I have an SPF record for Google
   and SecureServer and the form works perfectly.
 *  Thread Starter [sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * (@sarahlevinger)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339259)
 * No worries [@chemusic](https://wordpress.org/support/users/chemusic/). I’m fairly
   certain our issue is with GoDaddy’s email system, not this plugin. I’ve heard
   great things about it, which is why we tried it 🙂
 * [@jason](https://wordpress.org/support/users/jason/) Hendriks you were very helpful,
   and I appreciate your fast response and assistance.
 *  [chemusic](https://wordpress.org/support/users/chemusic/)
 * (@chemusic)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/#post-6339260)
 * [@sarahlevinger](https://wordpress.org/support/users/sarahlevinger/)
 * GoDaddy offers two different email accounts. One of them is with cPanel. I wonder
   which system the email addresses exist on? Might be worth looking into.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/incorrect-authentication-data-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/incorrect-authentication-data-2/page/2/?output_format=md)

The topic ‘Incorrect Authentication Data’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/postman-smtp_7c7b78.svg)
 * [Postman SMTP Mailer/Email Log](https://wordpress.org/plugins/postman-smtp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/postman-smtp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/postman-smtp/)
 * [Active Topics](https://wordpress.org/support/plugin/postman-smtp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/postman-smtp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/postman-smtp/reviews/)

## Tags

 * [contact form7](https://wordpress.org/support/topic-tag/contact-form7/)
 * [Email delivery](https://wordpress.org/support/topic-tag/email-delivery/)
 * [godaddy](https://wordpress.org/support/topic-tag/godaddy/)
 * [godaddy-postman](https://wordpress.org/support/topic-tag/godaddy-postman/)

 * 18 replies
 * 3 participants
 * Last reply from: [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/incorrect-authentication-data-2/page/2/#post-6339265)
 * Status: resolved