https://github.com/tpltnt/msmtp-queue-cron
an simple cronjob shell script to send out emails
https://github.com/tpltnt/msmtp-queue-cron
Last synced: 2 months ago
JSON representation
an simple cronjob shell script to send out emails
- Host: GitHub
- URL: https://github.com/tpltnt/msmtp-queue-cron
- Owner: tpltnt
- License: other
- Created: 2013-04-27T09:25:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T12:30:04.000Z (about 12 years ago)
- Last Synced: 2025-01-23T00:41:10.581Z (4 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
msmtp-queue-cron
================an simple cronjob shell script to send out emails via msmtp(q). You can write your emails as normal when being
offline and this script will send them out as soon as there is a connection to the internet.license: AGPLv3
references
==========
* [msmtp](http://msmtp.sourceforge.net/)
* [FreeBSD Handbook section 12.6: Configuring the cron Utility](http://www.freebsd.org/doc/en/books/handbook/configtuning-cron.html)
* [Gentoo Linux Cron Guide](http://www.gentoo.org/doc/de/cron-guide.xml)
* [Debian command scheduling with cron](http://www.debian-administration.org/articles/56)