🧱 Render email based on razor components
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user