mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 21:40:12 -08:00
Add SMTP configuration for email notifications in settings.yml
This commit is contained in:
@@ -76,6 +76,14 @@ premium:
|
||||
apiKey: ''
|
||||
appId: ''
|
||||
|
||||
mail:
|
||||
enabled: true # set to 'true' to enable sending emails
|
||||
host: smtp.example.com # SMTP server hostname
|
||||
port: 587 # SMTP server port
|
||||
username: '' # SMTP server username
|
||||
password: '' # SMTP server password
|
||||
from: '' # sender email address
|
||||
|
||||
legal:
|
||||
termsAndConditions: https://www.stirlingpdf.com/terms-and-conditions # URL to the terms and conditions of your application (e.g. https://example.com/terms). Empty string to disable or filename to load from local file in static folder
|
||||
privacyPolicy: https://www.stirlingpdf.com/privacy-policy # URL to the privacy policy of your application (e.g. https://example.com/privacy). Empty string to disable or filename to load from local file in static folder
|
||||
@@ -129,7 +137,7 @@ metrics:
|
||||
AutomaticallyGenerated:
|
||||
key: 241af3aa-bb38-4e14-a593-939b64d1d7a3
|
||||
UUID: 78ddd78f-688c-4b07-a351-edb8580f1fbd
|
||||
appVersion: 0.45.6
|
||||
appVersion: 0.46.2
|
||||
|
||||
processExecutor:
|
||||
sessionLimit: # Process executor instances limits
|
||||
|
||||
Reference in New Issue
Block a user