diff options
| author | Jack Desert <jackdesert@gmail.com> | 2016-02-07 19:53:12 -0800 |
|---|---|---|
| committer | Jack Desert <jackdesert@gmail.com> | 2016-02-07 19:59:55 -0800 |
| commit | f3a5b59635d751347badc4bfceb181c794313a3e (patch) | |
| tree | 4a96133314249c3786e00780f07a32d585f3d342 | |
| parent | 0ee473b0ed8c91bab417fdce3411bb99cc942bc0 (diff) | |
Added to HowTo information about sending email
using msmtp instead of the default sendmail
| -rw-r--r-- | howto.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -46,6 +46,18 @@ utilities support these formats: See more exhaustive list of [[software]] notmuch works with and the [[initial_tagging]] page for more info on initial tagging of messages. + +## <span id="send_mail">**Send mail**</span> + +By default, NotMuch uses sendmail to send your mail. But if you prefer +a simpler solution like msmtp, first [install and configure msmtp](http://msmtp.sourceforge.net/). + +Then create a symbolic link so that msmtp will be called instead of sendmail +when you press the keyboard shortcut to send your message. + + $ sudo ln -s /usr/bin/msmtp /usr/local/bin/sendmail + + ## <span id="sync_maildir_flags">**Sync notmuch tags and maildir flags**</span> notmuch has the ability to synchronize maildir flags and respective tags in both |
