aboutsummaryrefslogtreecommitdiff
path: root/doc/aerc-sendmail.5.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-27 11:19:49 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-27 11:19:49 -0400
commit48758136c03b89757f7df1dd26331169c3d4ca02 (patch)
treef5c379b9be3ce1fa0fcc37c26d6b1a6131742121 /doc/aerc-sendmail.5.scd
parent7a3765a36bfa1c54f8bc77c761a741d5529addcf (diff)
Implement sendmail support
Diffstat (limited to 'doc/aerc-sendmail.5.scd')
-rw-r--r--doc/aerc-sendmail.5.scd31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/aerc-sendmail.5.scd b/doc/aerc-sendmail.5.scd
new file mode 100644
index 0000000..90118fb
--- /dev/null
+++ b/doc/aerc-sendmail.5.scd
@@ -0,0 +1,31 @@
+aerc-sendmail(5)
+
+# NAME
+
+aerc-sendmail - sendmail configuration for *aerc*(1)
+
+# SYNOPSIS
+
+aerc can defer to sendmail for the delivery of outgoing messages.
+
+# CONFIGURATION
+
+In accounts.conf (see *aerc-config*(5)), the following sendmail-specific
+options are available:
+
+*outgoing*
+ /path/to/sendmail
+
+ This should be set to the path to the sendmail binary you wish to use,
+ which is generally /usr/bin/sendmail. aerc will execute it with a list of
+ recipients on the command line and pipe the message to deliver to stdin.
+
+# SEE ALSO
+
+*aerc*(1) *aerc-config*(5)
+
+# AUTHORS
+
+Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
+source contributors. For more information about aerc development, see
+https://git.sr.ht/~sircmpwn/aerc.