1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Initial email settings (#286)

* Initial email settings

* Fixed linter errors

* Added email instructions
This commit is contained in:
Josh Pigford 2024-02-03 17:28:38 -06:00 committed by GitHub
parent dc8751e985
commit add4002550
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 1 deletions

View file

@ -51,6 +51,14 @@ bin/dev
And visit [http://localhost:3000](http://localhost:3000)
### Email
In development, we use `letter_opener` to automatically open emails in your browser. However, if you self-host, you'll likely want some basic email sending abilities.
You can use any SMTP-based mail service and then simply drop in your SMPT credentials in the `.env` file.
[Resend](https://resend.com) is a great option for personal use as they have a very generous free plan.
## Contributing
Before contributing, you'll likely find it helpful to [understand context and general vision/direction](https://github.com/maybe-finance/maybe/wiki).