2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00

update mailhog

This commit is contained in:
kev
2022-02-15 15:24:54 +08:00
parent d8aeb1681b
commit 72a70a274c
3 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"gmail": {
"name": "gmail",
"host": "smtp.gmail.com",
"port": "587",
"email": "username@gmail.com",
"username": "username",
"password": "password",
"mechanism": "PLAIN"
}
}