1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-03 23:05:39 +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
lutim
lychee
nextcloud
nginx
piwik
privatebin
rainloop
rtorrent-flood
rutorrent
searx
subsonic
tor
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>'
}
}
},