Загрузка данных


{
  "EmailSettings": {
    "Senders": ["DebugLogSender", "DebugFileSender", "SmtpSender", "SendsaySender"],
    "FromEmailAddress": "no-reply@daoffice-test.ru",
    "CopyEmailTo": [],
    "BCopyEmailTo": [],
    "UseSingleEmailForEachRecipient":  false
  },
  "SmtpSenderSettings": {
    "UseAuthentication": true,
    "Login": "my_login_for_auth",
    "Password": "****************",
    "SecureSocketOption": "StartTls",
    "SmtpUrl": "https://postbox.cloud.yandex.net",
    "SmtpPort": "587"
  },
  "SendsaySenderSettings": {
    "ApiTranzUrl": "Depends on environment",
    "ApiKey": "Depends on environment"
  },
  "DebugFileSenderSettings": {
    "WriteToFilePath": "Depends on environment"
  }
}