1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/mailhog/data/outgoing-smtp.json

12 lines
207 B
JSON
Raw Normal View History

2022-02-15 07:24:54 +00:00
{
"gmail": {
"name": "gmail",
"host": "smtp.gmail.com",
"port": "587",
"email": "username@gmail.com",
"username": "username",
"password": "password",
"mechanism": "PLAIN"
}
}