aboutsummaryrefslogtreecommitdiff
path: root/src/mail.rs
AgeCommit message (Collapse)Author
2024-06-02Simplify logging initmainJoris
2023-08-28Fix sendmail errorJoris
Since using a systemd user to run budget, sendmail is failing with: ``` warning: mail_queue_enter: create file maildrop/665739.29050: Permission denied ``` Try specifying the complete path, as mentioned in: https://github.com/NixOS/nixpkgs/issues/90248
2023-04-17Follow clippy indicationsJoris
2021-02-01Fix mail sendingJoris
The error was due to the utilization of the special character “—” in the subject, with postfix’ sendmail. Also directly use process commands to get async support.
2021-01-03Fuse sendmail_path and mock mail config keysJoris
2021-01-03Rewrite in RustJoris