Skip to content
Snippets Groups Projects
mhout.json.twig 239 B
{
  "MySMTP": {
    "name": "MySMTP",
    "host": "{{ mailhog.host }}",
    "port": "{{ mailhog.port }}",
    "username": "{{ mailhog.username }}",
    "password": "{{ mailhog.password }}",
    "mechanism": "{{ mailhog.mechanism }}"
  }
}