Contact Form Emails Not Arriving
The form looks like it works and shows a success message, but you never receive the emails — so leads quietly disappear.
Common signs of this issue
- The form shows "Thank you" but no email lands in your inbox.
- You only sometimes get messages, or only from certain senders.
- Customers say they contacted you but you have no record of it.
- Test submissions never show up, even minutes later.
Safe checks you can do yourself
None of these require sharing passwords with anyone.
- Check your spam, junk, and promotions folders, plus any filters or rules that might auto-archive messages.
- Send a test through the form, then search your whole mailbox for words from that test message.
- Confirm the "send to" address on the form is spelled correctly and is a mailbox you actually check.
- Try changing the form's notification address to a free inbox (like a Gmail) as a test. If that receives mail, the issue is your normal mailbox or domain, not the form.
- Look in your form tool's entries/submissions log if it has one. If entries are recorded there, the form works and only the email is failing.
- Note whether this started after moving hosts, changing email providers, or updating a plugin.
What this usually means
The most common cause is that the website sends email using a basic method (PHP mail) that many inboxes now distrust or silently drop. Sites are far more reliable when they send through a proper email service (SMTP) with the right authentication.
Other causes: a wrong notification address, a full or misconfigured mailbox, or your domain's email records (SPF/DKIM) not matching how the site sends.
What not to do
- Don't assume "no emails" means "no leads" — check the submissions log first; the messages may be sitting there.
- Don't keep relying on a form that may be losing real inquiries.
- Don't paste your email password into a plugin you don't recognize.
When to get help
If real customer inquiries may be going missing, this is worth fixing properly. Setting the site to send through an authenticated email service is a small, well-defined job — and on a business site, lost leads usually cost far more than the fix.
Not sure what to do next?
Answer a few short questions and we'll point you to the safest next step — DIY, a freelancer, or a direct review. No passwords required.
Is this a business website? If this issue may be costing you leads, sales, or trust, you may want a direct review instead of trial and error.
Frequently asked questions
Where do form messages go if not my inbox?
Often they're recorded in the form's submissions log even when the email fails. Check there first — your leads may be safe.
What is SMTP and do I need it?
SMTP means sending email through a real mail service with proper login and authentication. It dramatically improves whether form emails actually arrive.