File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,12 @@ Example: Create Brevo Account:
9090
91911. Create a free tier [Brevo account](https://onboarding.brevo.com/account/register)
92922. Log in to your account.
93- 3. Select the drop down menu on the top right of the page next to the notifications icon.
94- 4. Select on SMTP & API.
95- 5. Copy the SMTP key value.
96- 6. Enter the SMTP key in the `apps/notifications/.env`:
93+ 3. Select the drop down menu in the top-right corner (next to the notifications icon).
94+ 4. Select Settings from the dropdown menu.
95+ 5. In the left sidebar under Organization settings, select SMTP & API.
96+ 6. Locate your SMTP key in the SMTP keys table.
97+ 7. (Optional) If no SMTP key appears, select **Generate a new SMTP Key** in the top-right corner.
98+ 8. Copy the SMTP key value and add it to your `apps/notifications/.env`:
9799
98100```
99101 EMAIL_API_HOST=smtp-relay.brevo.com
@@ -141,7 +143,7 @@ You can deploy using either the automated script (preferred) or manual steps.
141143Option 1: Automated Deployment (Preferred)
142144
143145 ` ` ` bash
144- sh deploy.sh
146+ pnpm deploy:dev
145147 # or
146148 ./deploy.sh
147149 ` ` `
You can’t perform that action at this time.
0 commit comments