WooCommerce Email Integration with NexusProMail
Replace WordPress wp_mail with a proper EU-hosted transactional email API. Fix the deliverability problem at its source. Native WooCommerce hook integration. Finnish operator, signed DPA included.
The wp_mail Problem
WordPress's default email function — wp_mail() — was written when SMTP authentication was optional and shared hosting was the norm. In 2026 it is a reliability and deliverability liability.
wp_mail() delegates to PHP's mail() which delegates to sendmail. The email is sent from your web server with whatever SPF and DKIM (usually none) the hosting provider has set up. On shared hosting the IP is shared with hundreds of other sites, some of which are sending spam. The from address is often the server's default hostname rather than your sending domain. DMARC alignment fails. Gmail and Outlook silently move the message to spam — or reject it outright.
The fix is to replace wp_mail with a real transactional email API. Authentication is handled (DKIM from your domain), reputation is dedicated, deliverability is monitored, suppression is enforced. The integration takes a few hours; the deliverability improvement is immediate.
Two Ways to Integrate
Pick the approach that matches your operational comfort and customisation needs.
Option 1: WP Mail SMTP plugin
Install the WP Mail SMTP plugin (free), configure the “Other SMTP” provider with the NexusProMail API credentials. Fastest setup — under 30 minutes. All wp_mail calls flow through NexusProMail automatically.
Best for: small to medium stores, standard WooCommerce email needs, no custom templates required.
Option 2: Custom hook + REST API
Add a phpmailer_init action hook that intercepts wp_mail calls and routes them through the NexusProMail REST API directly. Allows per-event template mapping, structured variable passing, and richer webhook event handling.
Best for: high-volume stores, multi-language templates, custom segmentation requirements, multi-store setups.
WooCommerce Events Connected
WooCommerce integration FAQ
Why replace WordPress wp_mail with an email API?
Does NexusProMail have a WordPress plugin?
Which WooCommerce events get sent through NexusProMail?
How does abandoned cart work for WooCommerce?
What about WordPress newsletter or marketing email?
Is the EU jurisdiction story the same as Shopify?
How long does the WooCommerce migration take?
What if I'm on managed WordPress (WP Engine, Kinsta, etc.)?
Stop losing order receipts to spam
Fix WooCommerce deliverability →Also read: Shopify · Zapier · n8n · Transactional email API · Email deliverability · Domain warming