1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/mailhog/data/outgoing-smtp.json
2022-02-15 15:24:54 +08:00

12 lines
207 B
JSON

{
"gmail": {
"name": "gmail",
"host": "smtp.gmail.com",
"port": "587",
"email": "username@gmail.com",
"username": "username",
"password": "password",
"mechanism": "PLAIN"
}
}