WooCommerce Email Deliverability: SPF, DKIM and SMTP
Why WooCommerce order emails land in spam or vanish, the SPF, DKIM and DMARC records that fix it, and how to move store mail off the web server.
Writing
5 write-ups from production, newest first. Each one is a problem hit on a real project and how it was diagnosed and fixed.
Why WooCommerce order emails land in spam or vanish, the SPF, DKIM and DMARC records that fix it, and how to move store mail off the web server.
Confirmation emails in spam cause no-shows and 'did my booking go through' calls. The three DNS records that fix it, explained for owners, and how to check.
How abandoned cart recovery works in WooCommerce, what heavy plugins cost in checkout speed, and a lean build using the checkout block and transactional email.
WooCommerce 10.x block emails sending {site_title} and {order_number} as literal curly-brace text? Here is why the placeholder pass is skipped and the fix.
WooCommerce order confirmation email not sending after checkout? Fix the failed action scheduler, SMTP fallback, and the email template hook with code.