read SMTP configuration

This commit is contained in:
realaravinth
2021-06-29 21:08:40 +05:30
parent 481cb95cd2
commit 804c81da38
6 changed files with 391 additions and 16 deletions

View File

@@ -48,3 +48,9 @@ pool = 4
# password = "somereallycomplicatedBatmanpassword"
url = "redis://127.0.0.1"
pool = 4
#[smtp]
#from = "admin@domain.com"
#url = "smtp.domain.com"
#username = "admin"
#password = "password"