Send email notifications for news approcal and moderation (Part of #343)

This work includes the adding of helpers to send emails (new notifications
module).
This commit is contained in:
Natalia
2023-06-01 20:59:38 -03:00
committed by nessita
parent 008e0de61a
commit 96aabf4412
8 changed files with 211 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
version: "3.3"
version: "3.7"
services:
@@ -126,6 +126,15 @@ services:
- .:/code
stop_signal: SIGKILL
maildev:
image: maildev/maildev
init: true
ports:
- "1025:1025"
- "1080:1080"
networks:
- backend
stop_signal: SIGKILL
networks:
backend: