Stop Site Emails Landing in Spam
WordPress sends mail through a server function that inboxes distrust. Sending through a real mailbox with SMTP is what makes contact form messages arrive reliably.
In short
- The theme uses the standard WordPress mail function.
- Default server mail is what triggers spam filters.
- WP Mail SMTP sends through a real mailbox instead.
- IDX Broker sends its own lead emails separately.
Why messages disappear
MyHome IDX does not have its own mail engine. Contact forms hand the message to WordPress, which by default passes it to the server mail function. That mail arrives without any proof it came from your domain, so Gmail, Outlook and the rest either drop it into spam or refuse it silently.
A quick way to confirm it is your server and not the form. Request a WordPress password reset for your own account. If that email does not arrive either, the problem is delivery, and the fix below solves both at once.
Send through a real mailbox
SMTP means the site logs into an actual mailbox and sends from there, exactly like your email program does. The message then carries your domain's credentials and inboxes accept it.
-
1
Install WP Mail SMTP
Go to Plugins then Add New, search for WP Mail SMTP, install and activate it. The free version is enough.
-
2
Pick your mailer
Open WP Mail SMTP then Settings and choose the mailbox you actually use. Google Workspace and Microsoft 365 are the most stable choices, and a mailbox on your own domain works too.
-
3
Set the from address
Use an address on your own domain, for example you@yourdomain.com, and match it to the mailbox you just connected. A mismatch here is the most common reason mail still fails.
-
4
Send a test email
The plugin has a test tab. Send one to a different provider than your own, a Gmail address if your mailbox is Microsoft, and check that it lands in the inbox rather than the spam folder.
Your IDX leads are separate
Everything above covers mail sent by your WordPress site. Enquiries made on IDX pages, saved searches and property forms are handled by your IDX Broker account, which sends those notifications itself. If leads are not reaching you, check the lead notification settings in IDX Broker rather than the SMTP plugin.
Want us to wire it up?
Send us the mailbox you want to send from and we will set the SMTP side up on your site and test it with you.
Contact support → We reply within one business day, often sooner.