Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-28 | Fix sendmail error | Joris | |
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-17 | Follow clippy indications | Joris | |
2021-02-01 | Fix mail sending | Joris | |
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-03 | Fuse sendmail_path and mock mail config keys | Joris | |
2021-01-03 | Rewrite in Rust | Joris | |