https://github.com/dfaust/mail_throttle
Sends status mails in given time intervals
https://github.com/dfaust/mail_throttle
email-sender shell-extension shell-script
Last synced: 1 day ago
JSON representation
Sends status mails in given time intervals
- Host: GitHub
- URL: https://github.com/dfaust/mail_throttle
- Owner: dfaust
- License: gpl-2.0
- Created: 2015-02-01T10:44:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T16:36:55.000Z (about 10 years ago)
- Last Synced: 2026-01-14T20:44:20.135Z (5 months ago)
- Topics: email-sender, shell-extension, shell-script
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mail_throttle
A library for shell scripts that sends status mails using mailx in given time intervals.
Status mails are identified by an email address and an identifier string.
If emails can't be sent, they are cached and re-sent if possible.
Everything is stored in an sqlite database.
Note that mailx has to be configured properly and may be replaced by another mail application.
Warning: Strings must not contain the pipe character "|"!
## Depends on
sqlite3
mailx
## Usage
```sh
source mail_throttle.sh
mail_throttle
```