mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-21 21:09:17 +00:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
|
|
||
|
mail: {
|
||
|
transport: 'SMTP',
|
||
|
options: {
|
||
|
host: '<HOST>',
|
||
|
port: '<PORT>',
|
||
|
auth: {
|
||
|
user: '<USER>',
|
||
|
pass: '<PASS>'
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
|