diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-09-21 13:34:45 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-09-21 13:34:45 +0200 |
commit | 1fb4c47ec521542f2cc13a92ce97b74031740bb0 (patch) | |
tree | 8cb4fee441daab1a2eb6c42bb11c66b65b244c43 /README.markdown | |
parent | 38b4f4b859ebf803f7314b541554d358cbff054a (diff) | |
download | mailremind-1fb4c47ec521542f2cc13a92ce97b74031740bb0.tar.gz mailremind-1fb4c47ec521542f2cc13a92ce97b74031740bb0.tar.bz2 mailremind-1fb4c47ec521542f2cc13a92ce97b74031740bb0.zip |
Added README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 21 |
1 files changed, 21 insertions, 0 deletions
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. |