aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ec643c750cf3437410114650d281849a4b260758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Birthday
========

Notify by email if there is a birthday today. Birthdates are parsed from
birthdates.csv:

```
23 Oct 1982, Jean, Dupont
30 Jan 1955, Anne, Doe
08 May 1980, Eric, Carter

```

Mail contacts are given in config.txt:

```
mail-to = john.dupont@mail.com
mail-from = no-reply@service.com
```

The usage is as follow:

```
cabal sandbox init
cabal instal --only-dependencies
cabal build
./dist/build/birthday/birthday
```