Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialjuan lulli
703 PointsEASY SMTP plugins fails to add
So when I try to add Easy SMTP, I get this message:
"An unexpected error occurred. Something may be wrong with WordPress.org or this serverβs configuration. If you continue to have problems, please try the support forums."
Now what?
2 Answers
Erik Schultz
16,232 PointsFirst check your if your site url is blank (in Settings -> General). If it is not blank check your wp-config.php proxy settings you may need to configure them.
/** EXAMPLE - proxy settings */ define('WP_PROXY_HOST', 'proxy.url.com'); define('WP_PROXY_PORT', '1234'); define('WP_PROXY_USERNAME', ''); define('WP_PROXY_PASSWORD', ''); define('WP_PROXY_BYPASS_HOSTS', 'localhost');
juan lulli
703 PointsHey thanks Erik!
juan lulli
703 Pointsjuan lulli
703 PointsActually, the message appears when clicking add new plugin link, so before I have a chance to search for the plugin...