Mail isn’t sent after local site registration

I installed a new WP site on local machine with wamp server.
When a new user registers it gets the “registration successful” message but a mail with the password is never sent. Also checked the junk folder.
What can be the cause?

Related posts

Leave a Reply

2 comments

  1. Chances are that this isn’t really a WordPress issue, but actually an problem with how you’re setup for mail on your local machine / dev environment.

    You can install a ‘dummy’ SMTP server on your local dev machine that allows you some independence from your environment. I often work at client sites where access to port 25 is tightly controlled, and using MockSMTP is very helpful for testing notification emails

    For OS X: MockSMTP

    For Windows: smtp4dev