diff options
| author | Mroik <mroik@delayed.space> | 2026-06-29 18:19:41 +0200 |
|---|---|---|
| committer | Mroik <mroik@delayed.space> | 2026-06-29 18:21:47 +0200 |
| commit | 938379d6d7f03747c8d7aeac4be534c9e20cfd05 (patch) | |
| tree | 6f6c726a931f2a9d498938f42601876b25d7b30e /src/main.rs | |
| parent | d04456228d87593ede49b0d988d12b50ea27a534 (diff) | |
Implement SMTP client
This is used to forward requests to the main MTA to send emails to the
subscribers of the mailing list.
Signed-off-by: Mroik <mroik@delayed.space>
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 20ace78..dde0721 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,7 @@ mod database; mod model; mod process_mail; +mod smtp_client; mod smtp_server; fn main() { |
