send notification mails for GC and verify jobs

This commit is contained in:
Dietmar Maurer
2020-10-27 13:36:56 +01:00
parent acc3d9df5a
commit b9e7bcc272
4 changed files with 272 additions and 3 deletions

View File

@ -34,3 +34,6 @@ pub mod jobstate;
mod verify_job;
pub use verify_job::*;
mod email_notifications;
pub use email_notifications::*;