Send a mail from queue.

This commit is contained in:
benoit 2018-12-07 09:29:57 +00:00
parent a69bc92430
commit 7225260e85

View file

@ -1,3 +1,10 @@
Send a mail from queue.
```
postcat -q ID > mail
< mail sendmail -f FROM TO
```
Python Simple HTTP Server (useful for Munin for example).
```