Why Didn't My WooCommerce Order Note Email the Customer?
How WooCommerce Order Notes Reach Customers
The order notes interface defaults its dropdown to "Private note," and choosing "Note to customer" is a deliberate extra step — if that selection is missed, the note is saved successfully and appears in the order's timeline exactly as intended, but no email is actually triggered, since private notes never generate one by design.
Common Causes of a Note Not Sending
- The note was added as Private, not Note to Customer — check the note's own display in the order timeline, which usually indicates which type it was saved as.
- General email delivery issues (the same ones affecting any WooCommerce email — an unreliable default mail function, missing SMTP configuration) can prevent a genuinely customer-facing note from actually reaching the inbox even though it was sent correctly.
- The customer's spam/junk folder, worth checking directly with them before assuming a sitewide delivery problem.
- A specific email type disabled under WooCommerce → Settings → Emails, if customer note emails specifically have been turned off as a setting.
How to Fix and Prevent This
- Confirm the note was actually added as Note to Customer, not Private, checking its display in the order timeline.
- If the note type was correct, troubleshoot general email delivery the same way as any other missing WooCommerce email — checking SMTP configuration and the relevant email setting.
- Resend the note manually if needed (or contact the customer directly) once the delivery issue is identified and resolved.
Dealing with broader email delivery issues too? See WooCommerce fixes.