1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-31 21:35:38 +00:00
Files
boinc
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
lychee
nextcloud
piwik
privatebin
rtorrent-flood
searx
subsonic
tor
unmaintained
LICENSE
dockerfiles/ghost/smtp.conf

15 lines
335 B
Plaintext
Raw Normal View History

2016-04-11 15:59:32 +02:00
mail: {
transport: 'SMTP',
from: '"<SENDER_NAME>" <<SENDER_MAIL>>',
2016-04-11 15:59:32 +02:00
options: {
host: '<HOST>',
port: '<PORT>',
auth: {
user: '<USER>',
pass: '<PASS>'
}
}
},