If you are not receiving email notifications from your forms, this usually related to how emails are being sent from your site rather than the form plugin itself.
Here are few things you can check:
- Mail settings in Contact Form 7:
Make sure the “To” email address is correct and properly formatted. Also, check the “From” address as it is recommended to use an email that matches your domain
- Check Spam/Junk Folder:
Sometimes emails are delivered but they end up in the spam.
- Test WordPress Mails:
Try using another plugin or test feature like password reset to see if the emails are working at all. if not, the issue is likely with your server/email configuration.
- Use SMTP instead of PHP mail:
Many hosting providers block or limit the use of PHP mail. Using SMTP to send email via a proper mail server like Gmail, Outlook, etc.
- Try and Check Email Logs:
Try an email log plugin to see if the emails are being logged or not, and if your hosting provider provides Email logs, and then check there as well.
- Check hosting restrictions:
Some hosts requires specific email configurations or block outgoing mail by default.
It may help if you share your mail tab configurations, any error messages you see or environment information.