mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 03:54:55 +01:00
update mailhog
This commit is contained in:
11
mailhog/data/outgoing-smtp.json
Normal file
11
mailhog/data/outgoing-smtp.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"gmail": {
|
||||
"name": "gmail",
|
||||
"host": "smtp.gmail.com",
|
||||
"port": "587",
|
||||
"email": "username@gmail.com",
|
||||
"username": "username",
|
||||
"password": "password",
|
||||
"mechanism": "PLAIN"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user