https://github.com/rr-/mdsm
Send mails directly to your local maildir
https://github.com/rr-/mdsm
Last synced: about 1 month ago
JSON representation
Send mails directly to your local maildir
- Host: GitHub
- URL: https://github.com/rr-/mdsm
- Owner: rr-
- License: mit
- Created: 2018-04-15T13:35:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T08:01:46.000Z (about 7 years ago)
- Last Synced: 2026-02-14T05:21:05.289Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mdsm
Send e-mails directly to your local maildir.
No postfix, no sendmail, no nothing, just regular filesystem operations.
### Motivation
I made it because I wanted to receive e-mail alerts from local cronjobs and
since I happen to use maildir+neomutt, rather than setting up a whole SMTP
server, I only need to put a file with the e-mail into the proper destination
in local file system.
### Features
- Simple
- Lets you control basic headers: sender, recipient and subject
- Tries to take a guess where your maildir is
- If `mdsm` fails to find your maildir, you can instruct it to use a default
path in `$XDG_CONFIG_HOME/mdsm.conf`:
```
maildir=~/mymail
```