Receive backup reports by Email
The LogicalDOC Backup can send to a list of recipients a report with the result of each elaboration. This keeps you updated on the status of the backup of your system without the need to periodically inspect the logs.
To allow the tool to send you the email reports, just connect it to an SMTP server in <Backup_Home>/conf/context.properties:
BACKUP SETTINGS FOR EMAIL | ||
---|---|---|
Parameter | Description | |
smtp.enabled | Put true if you want to receive the report by email | |
smtp.host | Hostname or IP address of the SMTP server | |
smtp.port | Port to connect to the SMTP server | |
smtp.username | The username to connect to the SMTP server | |
smtp.password | The password to connect to the SMTP server | |
smtp.sender | Email address used as the sender of the reports | |
smtp.recipient | Comma-separated list of email addresses that will receive the reports | |