reenabled email
This commit is contained in:
parent
adf11a891e
commit
e938f05909
1 changed files with 2 additions and 2 deletions
|
@ -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(())
|
||||||
|
|
Loading…
Reference in a new issue