Sign in

简柏林 / thingskit · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit
  • extensions-core
  • src
  • main
  • resources
  • MailPluginData.json
  • Initial commit
    c22bf33d
    Andrew Shvayka authored
    2016-12-01 11:38:15 +0200  
    Browse Files »
MailPluginData.json 277 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "host": "smtp.ukr.net",
  "port": 465,
  "username": "thingsboard@ukr.net",
  "password": "thingsboard123",
  "otherProperties": [
    {
      "key":"mailsmtp.auth",
      "value":"true"
    },
    {
      "key":"mail.smtp.starttls.enable",
      "value":"true"
    }
  ]
}