The mail functionality should be merged into the dev branch as soon as it is finished. After a review, it should therefore be merged right away. Development could continue on the mail branch if there is other functionality to add.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/detleph/server/pull/12
**Author:** [@stephan418](https://github.com/stephan418)
**Created:** 11/3/2021
**Status:** ✅ Merged
**Merged:** 11/3/2021
**Merged by:** [@Stefan-5422](https://github.com/Stefan-5422)
**Base:** `dev` ← **Head:** `feature-mail`
---
### 📝 Commits (7)
- [`5d329ce`](https://github.com/detleph/server/commit/5d329cef3a10be3ec15a2a2aa117a156e36ab539) Added basic code for sending emails
- [`42dc7b1`](https://github.com/detleph/server/commit/42dc7b15aadd753313f75ac1a451fabe090fdf2d) [create-pull-request] push formatted files
- [`1c8a681`](https://github.com/detleph/server/commit/1c8a681e91173d350293a4f2f015c89f4b6e8efd) Merge pull request #11 from detleph/create-pull-request/patch
- [`cd07c11`](https://github.com/detleph/server/commit/cd07c11b4472c57e331f31914c7594932b89f94e) Added dkim
- [`0c921ad`](https://github.com/detleph/server/commit/0c921ad333fa6d305a05c1d2ca53f038a7ad91df) Revert "Added dkim"
- [`d20d8f9`](https://github.com/detleph/server/commit/d20d8f90bc7a6b166e91afe7e16de6db3ddf0cf9) Added dkim
- [`5afde71`](https://github.com/detleph/server/commit/5afde715b46d1d0bebef922340e9db1313fccb0e) Fixed mistake in docker-compose.yml
### 📊 Changes
**8 files changed** (+2254 additions, -65 deletions)
<details>
<summary>View changed files</summary>
📝 `.gitignore` (+3 -0)
📝 `README.md` (+4 -0)
📝 `docker-compose.yml` (+22 -20)
📝 `package-lock.json` (+2115 -39)
📝 `package.json` (+10 -6)
➕ `scripts/dkim.sh` (+33 -0)
➕ `src/Tests/mail.test.ts` (+17 -0)
➕ `src/lib/mail.ts` (+50 -0)
</details>
### 📄 Description
The mail functionality should be merged into the dev branch as soon as it is finished. After a review, it should therefore be merged right away. Development could continue on the mail branch if there is other functionality to add.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/detleph/server/pull/12
Author: @stephan418
Created: 11/3/2021
Status: ✅ Merged
Merged: 11/3/2021
Merged by: @Stefan-5422
Base:
dev← Head:feature-mail📝 Commits (7)
5d329ceAdded basic code for sending emails42dc7b1[create-pull-request] push formatted files1c8a681Merge pull request #11 from detleph/create-pull-request/patchcd07c11Added dkim0c921adRevert "Added dkim"d20d8f9Added dkim5afde71Fixed mistake in docker-compose.yml📊 Changes
8 files changed (+2254 additions, -65 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+4 -0)📝
docker-compose.yml(+22 -20)📝
package-lock.json(+2115 -39)📝
package.json(+10 -6)➕
scripts/dkim.sh(+33 -0)➕
src/Tests/mail.test.ts(+17 -0)➕
src/lib/mail.ts(+50 -0)📄 Description
The mail functionality should be merged into the dev branch as soon as it is finished. After a review, it should therefore be merged right away. Development could continue on the mail branch if there is other functionality to add.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.