upgrading to actix-v4-beta

This commit is contained in:
realaravinth
2021-06-30 20:13:12 +05:30
parent 9ed458ebfa
commit 9f940c317a
24 changed files with 728 additions and 1192 deletions

View File

@@ -49,8 +49,9 @@ pool = 4
url = "redis://127.0.0.1"
pool = 4
#[smtp]
#from = "admin@domain.com"
#url = "smtp.domain.com"
#username = "admin"
#password = "password"
[smtp]
from = "admin@localhost"
reply_to = "admin@localhost"
url = "localhost:10025"
username = "admin"
password = "password"