bbtsoftware/docker-mssql-backup

mail: Null message body; hope that's ok

Opened this issue · 2 comments

When enabling SMTP I've receive the following error in the log:
mail: Null message body; hope that's ok

The mail is sent by the user "mail from" and sent to "mail to".
The subject of the mail is: "SQL Server Backup Result"
But the body is empty.

we encountered the same issue and fixed it, by adusting the following line in docker-entrypoint.sh:

# Write log to stdout
cronLogConfig="2>&1 | tee /proc/1/fd/1"

Going to look into it. Never heard of this before.
I am also using docking on a Synology nas.