From 9d7a719bb350f5fe776c3b189f1ca1921ffe0c7b Mon Sep 17 00:00:00 2001 From: Sahin Boydas Date: Fri, 30 Jun 2017 13:50:16 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e58a92..320d9f6 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,28 @@ A simple dockerized rails app to manage your emails and campaigns with taggings. ## Features +**CRM:** +* Filter users with advanced search such as tags, previous campaign,campaign status, email open status +* Import users from csv (any column name will become custom data) +* Add tags, custom data to users +* Create a campaign from filtered user result -**Email Campaign Management:** -* Import users from csv -* Add custom data to users -* User's tagging and campaign's tagging -* Filter users with advanced search and create a camaign from filtered result +**Campaign Management:** +* Create a campaign from filtered user result +* Campaign's tagging, user-campaign tagging * Email templates +* Send campaign from any service provider sendgrid, AWS (Send Newsletters 100x cheaper) + +**Campaign Results:** * Email stats from sendgrid +**Inbox Management:** +* Email inbox parsing and email macthing. +* Add tags, and campaign-user tags directly from inbox +* Quick template responses from directly from inbox + + ## Installation ### Install Docker From 44ce6503100719bc12143a9bf5eb61375c0a0d26 Mon Sep 17 00:00:00 2001 From: Sahin Boydas Date: Fri, 30 Jun 2017 13:52:04 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 320d9f6..d63be73 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ sudo docker-compose up -d ``` ## Tests -There are no tests. PR's are welcome. +We used the tool very day, so we test on production :) +There are no tests. any test contrubtions are verywelcome. ## Contributing From 6298a0781b64aeacbee4102745649add369d401e Mon Sep 17 00:00:00 2001 From: Sahin Boydas Date: Fri, 30 Jun 2017 14:07:05 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d63be73..368a1ff 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ A simple dockerized rails app to manage your emails and campaigns with taggings. * Add tags, and campaign-user tags directly from inbox * Quick template responses from directly from inbox +**Email** +* Template emails +* Simple access to any custom fields about the user +* Write any ruby code + ## Installation