Chykalophia Docs
Troubleshooting

I'm not getting form notification emails

What to do when your website forms are submitting correctly but the email notifications aren't arriving in your inbox.

Difficulty
Beginner

Someone fills in your contact form — but you never get the email notification. This is more common than you might think, and the cause is almost always an email delivery issue rather than a broken form.

Quick summary

First, check your spam folder. Then confirm the form is storing submissions in your dashboard. If it is, the form works — only the email notification is failing. This is usually fixed by configuring your site to use a proper email-sending service. Contact us and we'll set it up.

Step 1 — Check your spam folder

Email from websites often gets flagged as spam because most websites send mail in a way that spam filters don't trust.

Open your email inbox and look in the spam, junk, or promotions folder. In Gmail, Spam sits under More in the left-hand menu, and Promotions is one of the inbox categories — you only have it if your inbox type is set to Default.

Search for the form's email address — often something like noreply@yoursite.com, or wordpress@yoursite.com, which is the address WordPress itself uses when nothing else is set.

If you find it in spam, mark it as not spam (in Gmail, open Spam, tick the box next to the message, then click Not spam at the top) or add the sender address to your contacts. This trains your email service to trust future messages.

Step 2 — Confirm submissions are being stored

Check whether the form submissions are at least being saved, even if the email isn't arriving.

Log in to your WordPress dashboard.

Open your form plugin (WPForms, Gravity Forms, Contact Form 7, Ninja Forms, etc.) from the left menu.

Check "Entries" or "Submissions." If your test submission is there, the form itself is working — only the email delivery is failing. An empty list isn't proof the form failed, because some plugins never store submissions (see the questions below).

Entries are recorded? Good.

You haven't lost any submissions. You can view them in the dashboard. Now we need to fix the email delivery so you receive notifications going forward.

Step 3 — Understand why this happens

Most web servers are not set up to send email reliably on their own. Without a proper email-sending service (called an SMTP service, after Simple Mail Transfer Protocol — the industry standard for sending email), notifications often:

  • Get blocked silently by the server
  • Arrive in spam because the server isn't trusted by email providers
  • Fail to send at all after a server update

The fix is to connect your site to a dedicated email-sending service. This is a one-time setup that we handle.

Step 4 — Check the notification email address

The email notifications may be set to go to the wrong address.

Log in to your WordPress dashboard and open your form plugin.

Find the notification settings for the form. This is usually under "Settings" or "Notifications" inside the form editor.

Confirm the "Send to" email address is the one you actually want notifications sent to.

Don't change notification settings unless you're sure

If you're not confident in the form plugin's interface, contact us. An accidental change can break the form further.

What to send us

When you contact us, include:

  1. Which form is affected and which page it's on
  2. Whether submissions appear in the dashboard entries (yes or no)
  3. The email address that should receive notifications
  4. Your email provider (Gmail, Outlook, Google Workspace, Microsoft 365, etc.)
  5. When you last received a form notification successfully

We'll configure a reliable email-sending service for your site, which solves this permanently.

Common questions

I used to get form emails but stopped receiving them suddenly.

This often happens after a hosting migration, a server update, or a change in your email provider's spam rules. It's fixable. Contact us and we'll set up proper SMTP delivery.

I'm getting the confirmation email to the customer but not the notification to me.

The customer confirmation and the admin notification are separate messages, with different senders and recipients, so one can arrive while the other is filtered out or rejected. We can look at the admin notification on its own and fix it.

I've added the sender to my contacts but notifications still go to spam.

The underlying problem is that your site isn't sending email through a trusted service. Adding contacts helps a little, but a proper SMTP setup is the permanent fix.

I can't find an 'Entries' section for my form.

Contact Form 7 does not store entries by default — you need a companion plugin like Flamingo to store submissions. WPForms is the same: it doesn't store entries without a paid license, though its Lite Connect option can back them up off-site. So an empty entries list doesn't mean the form failed. Contact us and we'll set submission storage up for you.

Need a hand?

If you're stuck, email support@chykalophia.com and we'll help. Include your website address and a screenshot if you can.

Last updated

On this page