Neal Developer
Neal Developer

Reputation: 595

Send email on paypal success

I want to send an email when user paid successfully with the PayPal details. So when there is response from PayPal it should send formatted email.

Upvotes: 0

Views: 153

Answers (1)

Bret Weinraub
Bret Weinraub

Reputation: 2283

Assuming this is WooCommerce...

You should be able to configure an email to be sent to you via the WooCommerce emails:

[your-site-url]/wp-admin/admin.php?page=wc-settings&tab=email

For physical products, that would be order processing email. For virtual, that is probably order completed.

Upvotes: 1

Related Questions