Added mail notification support

This commit is contained in:
2023-03-28 15:47:54 +02:00
parent fb536c2bcb
commit 737df3c802
11 changed files with 150 additions and 29 deletions

View File

@@ -17,3 +17,10 @@ apicontext = [
# this is the root context with all permissions
super = "root"
mail = {
server = "localhost"
port = "25"
from = "root@localhost"
password = ""
}