Free and open source ticket system written in python

add sending mail info to readme, fixes #9

+9
+9
README.md
··· 93 93 - Register an account or log in with existing credentials. 94 94 - Start creating and managing tickets based on your role and permissions. 95 95 96 + ### Sending Mails 97 + If not configured, mails get sent to the console stdout. This is (mainly) for use in dev environments. 98 + SMTP can be used by setting the `MAIL_SERVER` variable to `smtp`. 99 + 100 + To also assign a display name when sending mails, adjust the `EMAIL_FROM` variable in the following format: 101 + ``` 102 + EMAIL_FROM='Don't Reply <do_not_reply@domain.example>' 103 + ``` 104 + 96 105 ## Contributing 97 106 98 107 🙌 Contributions are welcome! Please follow the [guidelines](CONTRIBUTING.md).