Skip to content
Snippets Groups Projects
mhout.json.twig 239 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "MySMTP": {
        "name": "MySMTP",
        "host": "{{ mailhog.host }}",
        "port": "{{ mailhog.port }}",
        "username": "{{ mailhog.username }}",
        "password": "{{ mailhog.password }}",
        "mechanism": "{{ mailhog.mechanism }}"
      }
    }