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 trial

WordPress

Aaron Jeffries
Aaron Jeffries
11,057 Points

easy wp smpt open ssl error

Easy WP SMTP - Extension missing: openssl?

I am following along with the wordpress course.

I have installed desktopserver and installed wordpress on my computer.

I downloaded the plugin Easy WP SMTP and filled in the data as per the instructions.

I get the above error message when sending a test mail and do not receive mail.

plugin is the most recent version.

2 Answers

Andrew McCormick
Andrew McCormick
17,730 Points

looks like you need to make sure that the openssl module is installed.
Find your php.ini file and uncomment the line extension=php_openssl.dll
Restart apache and see if you still get the same error.

Aaron Jeffries
Aaron Jeffries
11,057 Points

total noob here. how/where do i find the php.ini file?

Andrew McCormick
Andrew McCormick
17,730 Points

on Windows with DesktopServer it would be c:\xampplite\php\php.ini
otherwise it's where your xampplite folder is then /php/php.ini