mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user