summaryrefslogtreecommitdiff
path: root/README.mutt
blob: c77f828aac69f1a8527e1a88571e327e1c472218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
To use ESMTP with mutt add the following line

	set sendmail="/path/to/esmtp"

to your ~/.muttrc and create a ~/.esmtprc (see the included sample.esmtprc for
an example.)

ESMTP supports SENDMAIL envelope sender '-f' flag, so don't forget to add

	set envelope_from=yes

as well.

For debugging purposes you may prefer to put in your ~/.muttrc

	set sendmail="/path/to/esmtp -X /tmp/esmtp.log"

instead.