Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mojilala/smart-emailing
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikay committed Jul 4, 2017
2 parents f6e8dd2 + 6298a07 commit caefee4
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,33 @@ 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

**Email**
* Template emails
* Simple access to any custom fields about the user
* Write any ruby code


## Installation

### Install Docker
Expand Down Expand Up @@ -89,7 +106,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

Expand Down

0 comments on commit caefee4

Please sign in to comment.