From 1fb4c47ec521542f2cc13a92ce97b74031740bb0 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 21 Sep 2013 13:34:45 +0200 Subject: Added README --- README.markdown | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..efee8c6 --- /dev/null +++ b/README.markdown @@ -0,0 +1,21 @@ +# mailremind + +mailremind is a web-based service that sends you mails with a delay- + +## Why? + +I often send myself an email to remind me of something. If the event I want to be remindered of is in the not-so-close future this method does not work so well, since the mail is then not new any more. Also mailremind allows you to send mails repetetive based on a schedule, so it can be used for reoccurring events, like birthdays. + +## Installation + +Get the sources and build mailremind with `go build`. + +Or simply run `go get github.com/kch42/mailremind`. This will place the compiled binary in your `$GOPATH/bin` directory. + +## Configuration + +All config stuff is in the mailremind.ini file. + +## Running + +Simply run `./mailremind -config mailremind.ini` and mailremind will listen on the configured address (net.laddr) and handle http requests. -- cgit v1.2.3-54-g00ecf