summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-11 17:43:16 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-11 17:43:16 -0500
commitae857c9f546c4fe4c919478c6c75608151c075ad (patch)
treedf8347c3ed02f96eec379ad821a6a26c4dc1bb5f
parent1b3e618f0a431cf2c677f769ecdc10b5dd179ba7 (diff)
fix: add msmtp-mta package
-rw-r--r--src/install/mail.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install/mail.md b/src/install/mail.md
index e65bc1f..583f9d4 100644
--- a/src/install/mail.md
+++ b/src/install/mail.md
@@ -7,10 +7,10 @@ is contained within my dotfiles.
## Mail Submission Agent
Sending mail is the least complex part of this setup, and is entirely handled by
-`msmtp`.
+`msmtp`, with `msmtp-mta` simply providing a symlink for `sendmail` to `msmtp`.
```console
-pacman -S msmtp
+pacman -S msmtp msmtp-mta
```
## Mail Retrieval Agent