Add mail functionality into the development branch (#12)

* Added basic code for sending emails
+ Added tests for emails
+ Modified README.md to reflect changes to .env file

* [create-pull-request] push formatted files

* Added dkim

* Fixed mistake in docker-compose.yml

Co-authored-by: Stefan <[email protected]>
This commit is contained in:
Stephan
2021-11-03 11:01:37 +01:00
committed by GitHub
co-authored by Stefan
parent 5c0bc20bfd
commit d596670f6b
8 changed files with 2254 additions and 65 deletions
+4
View File
@@ -9,5 +9,9 @@ Before Runningthis on you local machine some things have to be setup
```
DATABASE_URL: ADDRESS TO YOUR DATABASE
DATABASE_PASSWORD: PASSOWRD OF THE DATABASE
PORT: PORT WHERE THE API SHOULD RUN
DOMAIN: THE DOMAIN NAME OF THE SERVER
MAILPASSWORD: THE PASSWORD FOR THE MAIL ACCOUNT
DEV: SWITCH FOR DEV MODE AFFECTS EMAIL SERVER
```