.smtp-config.json.example 164 B

12345678
  1. {
  2. "host": "mail.example.com",
  3. "port": 1025,
  4. "secure": false,
  5. "user": "your-email@example.com",
  6. "pass": "your-password",
  7. "from": "noreply@example.com"
  8. }