I have no idea why the emails I've been sending for testing are not received. Also I'm running WordPress on XAMPP localhost.. I just don't know if that concerns anything.. though I could use some help here.
I have no idea why the emails I've been sending for testing are not received. Also I'm running WordPress on XAMPP localhost.. I just don't know if that concerns anything.. though I could use some help here.
I assume from your post that you do receive the "Message Sent" response. In that case your server is not configured correctly to handle emails. Take a look at the wp_mail functions codex. Also under Notes it states
A true return value does not automatically mean that the user received the email successfully.
For this function to work, the settings SMTP and smtp_port (default: 25) need to be set in your php.ini file.
You must log in to post.