Support for custom mail manager.

This commit is contained in:
MobiusDev
2019-03-06 15:50:31 +00:00
parent f6c0fd7679
commit 2600c3d395
60 changed files with 1986 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
# ---------------------------------------------------------------------------
# Custom Mail Manager
# ---------------------------------------------------------------------------
# Enable/Disable sending mail through the custom_mail SQL table.
# Default: False
CustomMailManagerEnabled = False
# Database query delay in seconds.
# Default: 30
DatabaseQueryDelay = 30