mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
|
|
mail: {
|
|
transport: 'SMTP',
|
|
from: '"<SENDER_NAME>" <<SENDER_MAIL>>',
|
|
options: {
|
|
host: '<HOST>',
|
|
port: '<PORT>',
|
|
auth: {
|
|
user: '<USER>',
|
|
pass: '<PASS>'
|
|
}
|
|
}
|
|
},
|
|
|