Skip to content

Commit

Permalink
fix some issues with smtp-mail (nextcloud#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen authored Oct 18, 2020
1 parent 4ec9d20 commit 9b83554
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/smtp-mail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt
# logfile /var/log/msmtp
# Account to send emails
account $MAIL_SERVER
account $MAIL_USERNAME
host $MAIL_SERVER
port $SMTP_PORT
from $MAIL_USERNAME
account default : $MAIL_SERVER
account default : $MAIL_USERNAME
### DO NOT REMOVE THIS LINE (it's used in one of the functions in on the Nextcloud Server)
# recipient=$RECIPIENT
Expand All @@ -183,14 +183,14 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /var/log/msmtp
# Account to send emails
account $MAIL_SERVER
account $MAIL_USERNAME
host $MAIL_SERVER
port $SMTP_PORT
from $MAIL_USERNAME
user $MAIL_USERNAME
password $MAIL_PASSWORD
account default : $MAIL_SERVER
account default : $MAIL_USERNAME
### DO NOT REMOVE THIS LINE (it's used in one of the functions in on the Nextcloud Server)
# recipient=$RECIPIENT
Expand Down

0 comments on commit 9b83554

Please sign in to comment.