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:
parent
dc8751e985
commit
add4002550
3 changed files with 31 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue