[Hotfix] Wrong SMTP env variable

pull/121/head
Philipp 2020-07-23 22:51:09 +02:00
rodzic b5a54c3296
commit 61e31132da
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9A28B7D4FF5667BD
7 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

Wyświetl plik

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

Wyświetl plik

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

Wyświetl plik

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

Wyświetl plik

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

Wyświetl plik

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames

Wyświetl plik

@ -36,7 +36,7 @@ setup_msmtp() {
# create msmtp settings
{
echo "account default"
echo "host $SMTP_DOMAIN"
echo "host $SMTP"
if [ -n "${SMTP_PORT+x}" ]; then echo "port $SMTP_PORT"; else echo "port 587"; fi
echo "from $smtp_from@$SMTP_DOMAIN"
echo "tls_certcheck off" # No certcheck because of internal docker mail-hostnames