Skip to content

Commit

Permalink
Explain how to use mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame authored Nov 19, 2020
1 parent 140873f commit aaf5bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ development_worker_1 rails-entrypoint rails job ... Up 8080/tcp

Access webapplication by browser: http://localhost:3000 and log in using *[email protected]* and password *hito42bito*. For some wagons, the e-mail address is different. Go to the file ```/config/settings.yml``` inside your wagon repository and look out for the field "root_email". Use this e-mail address to login.

## Emails sent by hitobito

:email: When you someone requests a password reset or registers for an event, an email is usually sent out from hitobito to that user. In your local hitobito, these emails are not really sent to the real recipients, but instead all end up in **mailcatcher**. You can access these emails by visiting http://localhost:1080 in your browser.

## Development

Start developing by editing files locally with your prefered editor in the app/hitobito* folders. Those directories are mounted inside the containers. So every saved file is instantly available inside the containers.
Expand Down

0 comments on commit aaf5bf0

Please sign in to comment.