🧱 Render email based on razor components

This commit is contained in:
2025-05-17 17:00:46 +08:00
parent cbef69ba5e
commit d3b56b741e
11 changed files with 323 additions and 64 deletions

View File

@ -1,5 +1,6 @@
{
"Debug": true,
"BaseUrl": "http://localhost:5017",
"Logging": {
"LogLevel": {
"Default": "Information",
@ -63,10 +64,11 @@
}
},
"Email": {
"Server": "smtpdm.aliyun.com",
"Port": 465,
"Server": "smtp4dev.orb.local",
"Port": 25,
"UseSsl": false,
"Username": "no-reply@mail.solsynth.dev",
"Password": "Pe1UeV405PMcQZgv",
"Password": "password",
"FromAddress": "no-reply@mail.solsynth.dev",
"FromName": "Alphabot",
"SubjectPrefix": "Solar Network"