From 40b8c60d61eaa1d28c7010093a138ef7437b002b Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 9 Oct 2015 23:12:45 +0200 Subject: Add config information to the readme --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd0d2d0..9e1d0b3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,22 @@ Birthday ======== -Send an email to notify if there is a birthday today. Birthdates are parsed -from a csv file: +Notify by email if there is a birthday today. Birthdates are parsed from a csv +file: ``` -23/10/1982 , Dupont Jean -30/01/1955 , Doe Anne +23/10/1982 , Dupont , Jean +30/01/1955 , Doe , Anne … ``` +Mail contacts are given in the config file: + +``` +mail-to = john.dupont@mail.com +mail-from = no-reply@service.com +``` + The usage is as follow: ``` -- cgit v1.2.3