Код: Выделить всё
"SmtpSettings": {
"Host": "smtp.office365.com",
"Port": xxx,
"Username": "noreply@company.com",
"Password": "password",
"EnableSsl": true
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... redentials
Код: Выделить всё
"SmtpSettings": {
"Host": "smtp.office365.com",
"Port": xxx,
"Username": "noreply@company.com",
"Password": "password",
"EnableSsl": true
}