grufocom / vee-mail

Simple Script to get Mails from Free Veeam Agent for Linux
GNU Affero General Public License v3.0
49 stars 14 forks source link

Missing text in E-Mail #20

Closed Sehstern closed 2 years ago

Sehstern commented 2 years ago

System: Debian 10.11 I´m using msmtp for sending mails with vee-mail after a veeam Backup Job. The Mail gets transmitted, but there ist no Text inside the Mail. The subject of the Mail is correct. I placed all the downloaded Files on /root/vee-mail. Do I have to place the Template somewhere else? or maybe msmtp is not supported? Dependencies are all installed.

Sehstern commented 2 years ago

found the Problem myself... when I manually executed the script via ./vee-mail.sh I´ve seen the error. The script expects the template file to be located at "/opt/vee-mail/vee_mail_template.html". So I just created that directory, moved the template and everything works perfectly!