reenabled email

This commit is contained in:
Nickiel12 2023-09-10 22:12:27 -07:00
parent adf11a891e
commit e938f05909

View file

@ -195,8 +195,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
if do_email_summary { if do_email_summary {
debug!("Send email selected"); debug!("Send email selected");
//reset_email_checkbox(&cfg); reset_email_checkbox(&cfg);
//send_email_summary(&cfg, body_content); send_email_summary(&cfg, body_content);
} }
Ok(()) Ok(())