docs: emails in cloud (#14040)

* docs: emails in cloud

* add notes to user guides

* small updates

* small change

* fix link

* addressed feedback
This commit is contained in:
Shahed Nasser
2025-11-17 10:54:01 +02:00
committed by GitHub
parent 2c61a413dc
commit 4e1c474dfa
15 changed files with 1174 additions and 16 deletions

View File

@@ -17,6 +17,12 @@ export const metadata = {
In this guide, you'll learn how to reset your admin user password using the Medusa Admin dashboard.
<Note title="Cloud user?">
Make sure you've set up [Medusa Emails](!cloud!/emails) in your Cloud project to send password reset emails. Medusa Emails is a managed email service that allows you to send transactional emails with zero configuration.
</Note>
## 1. Request to Reset Password
Before resetting your password, you must request the reset, which will send you an email with instructions to reset your password.

View File

@@ -22,9 +22,9 @@ In this guide, you'll learn how to manage invites in your store.
To add a new user to your team, you must invite them. The user gets a notification of the invite to sign up, but you can also manually send them the invite link to sign up.
<Note>
<Note title="Cloud user?">
The form of notification sent (for example, an email) depends on what's configured in your store. If you're unsure about this, contact your technical team to [set up user invite notifications](!resources!/commerce-modules/user/invite-user-subscriber).
Make sure you've set up [Medusa Emails](!cloud!/emails) in your Cloud project to send admin user invite emails. Medusa Emails is a managed email service that allows you to send transactional emails with zero configuration.
</Note>