summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-05 00:23:53 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-05 00:23:53 +0200
commitc64e69af42bcd3265b75c86b84e68b29225f229a (patch)
tree05b592e3141a2975d79c1a83701cd869716ab6a4 /docs
parentbf90eca598bb510af22617dbbb15af3b599cc268 (diff)
using mutt instead of msmtp0.2.0
Diffstat (limited to 'docs')
-rw-r--r--docs/muttdelay.pod19
1 files changed, 4 insertions, 15 deletions
diff --git a/docs/muttdelay.pod b/docs/muttdelay.pod
index 13ac1aa..3f4a74c 100644
--- a/docs/muttdelay.pod
+++ b/docs/muttdelay.pod
@@ -21,24 +21,13 @@ And create an hourly cronjob such as:
0 * * * * /usr/bin/muttdelay cron
-=head3 Configuring msmtp
+=head3 Configuring Mutt
-You may use other command which can send an email instead. But this has been tested with msmtp only.
+Configure mutt your way and ensure that you can send mails like this:
-It can be configured for example like this (change your configuration accordingly to fit your needs):
+ mutt -s subject example@example.com mail.txt
- cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc
- vim ~/.msmtprc
-
-And ensure that you can send mails like this:
-
- msmtp your@address.example.com <<< Hallo
-
-If it works, you can go on. Or if you want to use another command to send mails just edit
-
- /etc/default/muttdelay
-
-accordingly.
+If it works, you can go on.
=head3 Use it