Skip to content

Instantly share code, notes, and snippets.

@favrik
Created May 28, 2013 01:09
Show Gist options
  • Save favrik/5659912 to your computer and use it in GitHub Desktop.
Save favrik/5659912 to your computer and use it in GitHub Desktop.
Email failing wp_mail() wordpress godaddy
Basically this: http://drupal.org/node/1174866 Could be related to Godaddy and/or more hosts
If you notice that your phpinfo() has sendmail_from set to "me@localhost", suspect!
- Install WP SMTP Mail
- Configure with relay server found in php.ini (via FTP)
- Make sure you have an email address on the domain
- No Auth, No Encryption
- Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment