Pricing Followup

Automated post-purchase emails for WooCommerce: thank-you, review request, cross-sell and win-back, sent a set number of days after an order. Idempotent, via wp_mail. Open source.

Plans and pricing

FREE

Free

Open source under the GPL. No account, no card.

0 PLN
Download from WordPress.org

30-day money-back guarantee. No risk.

Frequently asked questions

Does it require WooCommerce?

Yes. WooCommerce must be installed and active.

When are emails actually sent?

A daily wp-cron event checks for orders that have been in the configured status for at least the configured number of days, and sends any that have not been sent yet.

Will a customer ever get the same email twice?

No. Each follow-up type is recorded against the order once it is sent, so it is never sent again for that order.

Which placeholders can I use?

{customer} (first name), {order} (order number) and {site} (your site name), in both the subject and body.

Which email types are included?

Thank-you, review request, cross-sell and win-back — each with its own enable, status, delay and template.

Do I need an external email provider?

No. Followup sends through your store's wp_mail, with no account or external service.

Can I change the sender?

Yes. You set a global From name and email for all follow-up messages.

Are overlapping cron runs safe?

Yes. Sending is idempotent and tracked per order, so parallel runs will not duplicate emails.