docs: added guide on sending invite user emails + updates to reset password guide (#13122)

* docs: added guide on sending invite user emails + updates to reset password guide

* fix vale error
This commit is contained in:
Shahed Nasser
2025-08-01 16:17:43 +03:00
committed by GitHub
parent 9766570827
commit dd9a644272
19 changed files with 1775 additions and 142 deletions
@@ -1391,6 +1391,15 @@ If you check the inbox of the email address you specified in the shipping addres
You've now integrated Medusa with Resend. You can add more templates for other emails, such as customer registration confirmation, user invites, and more. Check out the [Events Reference](/references/events) for a list of all events that the Medusa application emits.
### More Resend Email Templates
Find more email templates to use with the Resend Module Provider in the following guides:
- [Send Invite User Email](../../../commerce-modules/user/invite-user-subscriber/page.mdx).
- [Send Reset Password Email](../../../commerce-modules/auth/reset-password/page.mdx).
### Learn More About Medusa
If you're new to Medusa, check out the [main documentation](!docs!/learn), where you'll get a more in-depth learning of all the concepts you've used in this guide and more.
To learn more about the commerce features that Medusa provides, check out Medusa's [Commerce Modules](../../../commerce-modules/page.mdx).