aboutsummaryrefslogtreecommitdiff
path: root/doc/aerc-sendmail.5.scd
blob: 90118fbbd2ce8541c06c75f002f6c126b32b9333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.