Switched from internal smtp client to MailKit. Added ssl config and improved mail service
This commit is contained in:
@@ -57,7 +57,8 @@
|
||||
"Email": "no-reply@mycoolproject.de",
|
||||
"Server": "mycoolproject.de",
|
||||
"Password": "s3cr3t",
|
||||
"Port": 25
|
||||
"Port": 465,
|
||||
"Ssl": true
|
||||
},
|
||||
"Cleanup": {
|
||||
"Cpu": 90,
|
||||
@@ -73,6 +74,10 @@
|
||||
"Enable": false,
|
||||
"Url": ""
|
||||
}
|
||||
},
|
||||
"DiscordNotifications": {
|
||||
"Enable": false,
|
||||
"WebHook": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user