wp-graphql / wp-graphql-woocommerce

Add WooCommerce support and functionality to your WPGraphQL server
https://woographql.com
GNU General Public License v3.0
633 stars 123 forks source link

ResetUserPassword not triggering woocomerce email template #873

Open alexookah opened 5 days ago

alexookah commented 5 days ago

When requesting a password reset via the resetUserPassword mutation from WPGraphQL, the email sent is the default WordPress reset password email. However, I want the email to use the WooCommerce password reset template instead.

Triggered from wordpress theme. Screenshot 2024-06-27 at 16 38 16

Triggered from graphQL. Screenshot 2024-06-27 at 16 38 43

Is this correct? I think it should return the WooComerce email template. How to fix this?