1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

update notes

This commit is contained in:
Tyler Myracle 2024-01-20 14:46:21 -06:00
parent f712d939a4
commit c80e8e881c
2 changed files with 4 additions and 3 deletions

View file

@ -44,8 +44,9 @@ NX_TELLER_ENV=sandbox
# EMAIL # EMAIL
######################################################################## ########################################################################
# We currently support Postmark for transactional emails. You can sign up for a free account # We currently support Postmark for transactional emails. You can sign
# and get a free API key at https://postmarkapp.com # up for a free account and get a free API key at https://postmarkapp.com.
# If using Postmark set the email provider to postmark
NX_EMAIL_FROM_ADDRESS=account@example.com NX_EMAIL_FROM_ADDRESS=account@example.com
NX_EMAIL_REPLY_TO_ADDRESS=support@example.com NX_EMAIL_REPLY_TO_ADDRESS=support@example.com
NX_EMAIL_PROVIDER= NX_EMAIL_PROVIDER=

View file

@ -48,7 +48,7 @@ cp .env.example .env
Then, create a new secret using `openssl rand -base64 32` and populate `NEXTAUTH_SECRET` in your `.env` file with it. Then, create a new secret using `openssl rand -base64 32` and populate `NEXTAUTH_SECRET` in your `.env` file with it.
To enable transactional emails, you'll need to create a [Postmark](https://postmarkapp.com/) account and add your API key to your `.env` file (`NX_EMAIL_PROVIDER_API_TOKEN`) and set `NX_EMAIL_PROVIDER` to `postmark`. You can also set the from and reply-to email addresses (`NX_EMAIL_FROM_ADDRESS` and `NX_EMAIL_REPLY_TO_ADDRESS`). If you want to run the app without email, you can set `NX_EMAIL_PROVIDER_API_TOKEN` to a dummy value. To enable transactional emails, you'll need to create a [Postmark](https://postmarkapp.com/) account and add your API key to your `.env` file (`NX_EMAIL_PROVIDER_API_TOKEN`) and set `NX_EMAIL_PROVIDER` to `postmark`. You can also set the from and reply-to email addresses (`NX_EMAIL_FROM_ADDRESS` and `NX_EMAIL_REPLY_TO_ADDRESS`). If you want to run the app without email, you can set `NX_EMAIL_PROVIDER_API_TOKEN` to a dummy value or leave `NX_EMAIL_PROVIDER` blank.
Maybe uses [Teller](https://teller.io/) for connecting financial accounts. To get started with Teller, you'll need to create an account. Once you've created an account: Maybe uses [Teller](https://teller.io/) for connecting financial accounts. To get started with Teller, you'll need to create an account. Once you've created an account: