Skip to content

Commit

Permalink
chore: added instructions for using https://ethereal.mail in development
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3o4oR committed Feb 13, 2025
1 parent 6aa9938 commit d283596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ The webpage should now appear on `localhost:8080` and the django REST api browse

## Mail Setup
### Mail setup in development environment
https://ethereal.email can create fake credentials, and the service can show all emails that were attempted sent (without actually sending them). This is also mentioned in `postfix/.env.default`.
https://ethereal.email can create fake credentials, and the service can show all emails that were attempted sent (without actually sending them). This is also mentioned in `postfix/.env.default`. To use the service:
- Copy `postfix/.env.default` to `postfix/.env`
- Replace values with credentials from our https://ethereal.email

### Mail setup in production environment
If you want to be able to actually send emails:
Expand Down

0 comments on commit d283596

Please sign in to comment.