First double check basic stuff like your email settings are actually correct (email address, etc.) and saved. Next do standard WordPress troubleshooting steps: deactivate all other plugins and temporarily switch your theme. There is a known issue with plugins or themes that force sending emails via SMTP vs the normal WordPress native wp_mail() function functionality which uses PHP mail() to send emails. If something is forcing SMTP emails and your php.ini configuration is not setup for SMTP emails then those emails will never be sent. This is the last thing you should check since it is more complex. Another possibility is the emails are being sent, but they are being spammed/junked. Check your Spam or Junk email folder.
↧