pasalino/TinyLanding

View on GitHub
app/config/email_dist.json

Summary

Maintainability
Test Coverage
{
  "development": {
    "host": "smtp.google.it",
    "port": 465,
    "secure": true,
    "auth": {
      "user": "xxx@google.it",
      "pass": "xxx"
    },
    "from_name": "Pasqualino de Simone",
    "from_mail": "xxx@google.it"
  },
  "test": {
    "host": "smtp.google.it",
    "port": 465,
    "secure": true,
    "auth": {
      "user": "xxx@google.it",
      "pass": "xxx"
    },
    "from_name": "Pasqualino de Simone",
    "from_mail": "xxx@google.it"
  },
  "production": {
    "host": "smtp.google.it",
    "port": 465,
    "secure": true,
    "auth": {
      "user": "xxx@google.it",
      "pass": "xxx"
    },
    "from_name": "Pasqualino de Simone",
    "from_mail": "xxx@google.it"
  }
}