tape/send_load_media_email: move to server/email_notifications

and reuse 'send_job_status_mail' there so that we get consistent
formatted mails from pbs (e.g. html part and author)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-03-11 09:24:52 +01:00
committed by Thomas Lamprecht
parent 2c10410b0d
commit 2892624783
4 changed files with 28 additions and 41 deletions

View File

@ -1,8 +1,5 @@
//! Media changer implementation (SCSI media changer)
mod email;
pub use email::*;
pub mod sg_pt_changer;
pub mod mtx;