I had the same problem. My issue was that I had not configured my webserver/php to send email. I had to enable it in my php.ini file. Specifically, I needed to define my SMTP server (since I wasn’t using localhost as the default).
I hope that helps.
Good luck.