···9393- Register an account or log in with existing credentials.
9494- Start creating and managing tickets based on your role and permissions.
95959696+### Sending Mails
9797+If not configured, mails get sent to the console stdout. This is (mainly) for use in dev environments.
9898+SMTP can be used by setting the `MAIL_SERVER` variable to `smtp`.
9999+100100+To also assign a display name when sending mails, adjust the `EMAIL_FROM` variable in the following format:
101101+```
102102+EMAIL_FROM='Don't Reply <do_not_reply@domain.example>'
103103+```
104104+96105## Contributing
9710698107🙌 Contributions are welcome! Please follow the [guidelines](CONTRIBUTING.md).