webtrack-server / module / lib / mailer_default_settings.json
mailer_default_settings.json
Raw
{
  "credentials": {
    "host": "smtp.uni-landau.de",
    "port": 465,
    "secure": true,
    "auth": {
      "user": "",
      "pass": ""
    }
  },
  "mailOptions": {
    "from": "\"Aigenseer \" <aigenseertest@uni-landau.de>",
    "to": "aigenseer@uni-landau.de",
    "subject": "Maierjs ✔",
    "text": "Hello world",
    "html": null
  },
  "ErrorMailer": {
    "subject": "Error Mail from ErrorMailer"
  }
}