docs: added order confirmation email guide (#3890)

* docs: added order confirmation email guide

* fix eslint errors
This commit is contained in:
Shahed Nasser
2023-04-20 17:58:41 +03:00
committed by GitHub
parent 71afb172a4
commit 86613a5190
3 changed files with 265 additions and 7 deletions
@@ -3,7 +3,7 @@ description: 'Learn how to send a confirmation email to the customer after they
addHowToData: true
---
# How to Send Confirmation Email
# How to Send Sign Up Confirmation Email
In this document, youll learn how to send a confirmation email to the customer after they sign up.
@@ -23,7 +23,7 @@ Its assumed you already have the Medusa backend installed. If not, you can ei
### Event Bus Module
The triggered events are relayed to the listening subscribers using an event bus module. So, its required to have an event bus module installed and configured on your Medusa backend.
The event bus module trigger the event to the listening subscribers. So, its required to have an event bus module installed and configured on your Medusa backend.
The [Local Event Bus module](../../../development/events/modules/local.md) works in a development environment. For production, its recommended to use the [Redis Event Bus module](../../../development/events/modules/redis.md).