1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-11 02:32:30 +00:00
Files
boring-nginx
cowrie
ghost
Dockerfile
README.md
disqus.conf
isso.conf
prism.css.conf
prism.js.conf
prism_dark.css
prism_dark.js
prism_light.css
prism_light.js
run.sh
smtp.conf
isso
lutim
lychee
nodejs
owncloud
piwik
rainloop
rutorrent
searx
subsonic
tor
zerobin
LICENSE
dockerfiles/ghost/smtp.conf
2016-04-26 20:06:22 +02:00

15 lines
335 B
Plaintext

mail: {
transport: 'SMTP',
from: '"<SENDER_NAME>" <<SENDER_MAIL>>',
options: {
host: '<HOST>',
port: '<PORT>',
auth: {
user: '<USER>',
pass: '<PASS>'
}
}
},