diff options
Diffstat (limited to 'docs/muttdelay.txt')
| -rw-r--r-- | docs/muttdelay.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/muttdelay.txt b/docs/muttdelay.txt index 93e212f..a706291 100644 --- a/docs/muttdelay.txt +++ b/docs/muttdelay.txt @@ -18,8 +18,11 @@ WTF? 0 * * * * /usr/bin/muttdelay cron Configuring msmtp - For example like this (change your configuration accordingly to fit your - needs): + You may use other command which can send an email instead. But this has + been tested with msmtp only. + + It can be configured for example like this (change your configuration + accordingly to fit your needs): cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc vim ~/.msmtprc @@ -28,7 +31,12 @@ WTF? msmtp your@address.example.com <<< Hallo - If it works, you can go on + If it works, you can go on. Or if you want to use another command to + send mails just edit + + /etc/default/muttdelay + + accordingly. Use it Open mutt, compose an email. Use Vim as your editor. After finishing |
