Viewing 1 replies (of 1 total)
  • Plugin Contributor arianKhosravi

    (@ariankhosravi)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Email sent for testing is not recieved. (Using a Localhost: XAMPP)’ is closed to new replies.