1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-22 15:57:26 +00:00
Files
boring-nginx
cowrie
cryptpad
freshrss
ghost
0.x
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
1.x
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
parsoid
pgbouncer
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
dockerfiles/ghost/0.x/smtp.conf
2017-07-20 17:41:14 +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>'
}
}
},