Strange, I just did a test and everything is working good. I think it's a problem with your server ( SMTP settings), ask your server provider, you could also try to debug this - wp-config.php file and change
- Code: Select all
define('WP_DEBUG', false);
to
- Code: Select all
define('WP_DEBUG', true);
Then give me displayed PHP notices and warnings. (during email sending).
If you will still have problem with this, send me a PM with backend and FTP access to your site and I'll try to figure it out.