Switched from internal smtp client to MailKit. Added ssl config and improved mail service

This commit is contained in:
Marcel Baumgartner
2023-04-21 18:20:15 +02:00
parent f41dbe07f8
commit 9d4487396b
3 changed files with 28 additions and 14 deletions

View File

@@ -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": ""
}
}
}