docker-mssql-backup icon indicating copy to clipboard operation
docker-mssql-backup copied to clipboard

mail: Null message body; hope that's ok

Open belrpr opened this issue 1 year ago • 3 comments
trafficstars

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.

belrpr avatar Dec 13 '23 00:12 belrpr

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"

s-l-h avatar Feb 04 '24 11:02 s-l-h

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

belrpr avatar Feb 05 '24 08:02 belrpr