Email Marketing

πŸ“ͺ Super customizable Emailing - Personalized Email & Mass emailing & Email CRM & CRM in your Inbox

121
30
Ruby


Code Climate

There are two important factors for Email marketing. Manage whole process effectively and analysis results easily. If you follow these two factor, your email campaigns will be more successful. Because of flexible time management, less energy and knowledge of right targets. So, guess which tool focused on these two important factors for the good of community? Of course Smart-Emailing did it! You can personalize your emails and use CRM for your emails or inbox. And you can do all of this with a simple dockerized rails app!

🚻 For whom?

🚦 If you need to send automatic emails,

🌈 If you need to create and manage email campaigns with taggings,

πŸ” If you need to track your campaigns and analyse your results,

πŸ“Š If you need to monitoring your activities,

πŸ“‘ If you want to use email templates,

πŸ•΅οΈ If you need to add tags or custom data and categorize users,

πŸ’― And if you want to do all of this easily,

Then you’re at the right place. Because Smart-Emailing builded for you! πŸŽ‰

β˜‘ Features

▢️ CRM:

πŸ”Έ Filter users with advanced search such as tags, previous campaign, campaign status or email open status

πŸ”Έ Import users from csv (any column name will become custom data)

πŸ”Έ Export filtered users to csv and xlsx

πŸ”Έ Add tags, custom data to users

πŸ”Έ Create a campaign from filtered user 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

πŸ”Έ Delete, archive emails from inbox

πŸ”Έ 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

πŸ”Έ Support multiple SMTP option

πŸ”Έ Support IMAP option

πŸ”± Installation

1- Install Docker

πŸ’§ Install the most recent version of the Docker Engine for your platform using the πŸ”—official Docker releases, which can also be installed using:

wget -qO- https://get.docker.com/ | sh

2- Install Docker Compose

πŸ’§ Install docker compose from the πŸ”—official page.

curl -L "https://github.com/docker/compose/releases/download/1.11.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

3- Database Settings

πŸ’§ You can use sqlite, postgresql, mysql and sql server.

πŸ’§ Create a database.yml and link it in the docker-compose.yml

4- Create data folders

mkdir -p /datadrive/csv-files && mkdir -p /datadrive/data/db && mkdir -p /datadrive/data/redis && mkdir -p /datadrive/data/nginx && mkdir -p /datadrive/working-dir 

5- Create a database.yml

πŸ’§ Sqlite

cd /datadrive && wget https://raw.githubusercontent.com/mojilala/smart-emailing/master/config/database.yml

πŸ’§ MySQL

cd /datadrive && wget https://raw.githubusercontent.com/mojilala/smart-emailing/master/config/database_mysql.example.yml

πŸ’§ PostgreSQL

cd /datadrive && wget https://raw.githubusercontent.com/mojilala/smart-emailing/master/config/database_postgresql.example.yml

πŸ’§ Sql SERVER

cd /datadrive && wget https://raw.githubusercontent.com/mojilala/smart-emailing/master/config/database_azure_sql.example.yml

6- Create nginx settings

cd /datadrive/data/nginx && wget https://raw.githubusercontent.com/mojilala/smart-emailing/master/nginx/my_proxy.conf

7- Get docker-compose.yml

πŸ’§ Download

cd /datadrive/working-dir && wget https://raw.githubusercontent.com/mojilala/smart-emailing/master/docker-compose.yml

πŸ’§ Update environment variables with your settings https://github.com/mojilala/smart-emailing/blob/master/docker-compose.yml#L34

8- Run

sudo docker-compose build
sudo docker-compose run web rake db:migrate
sudo docker-compose up -d

9- Configure Sendgrid

πŸ’§ If you are using sendgrid as email provider, you will be able to
get status of sent emails.

πŸ’§ Go to: https://app.sendgrid.com/settings/mail_settings ->
Event Notification -> <yourhost.com>/campaigns/event_receiver

πŸ’ Contributing

We are so grateful for all volunteers like you for contributions. And we are so exciting to welcome your contributions!πŸ™ But first, please take a moment to read our πŸ”—contributing guild to make the contribution process effective for everyone. Our πŸ”—issue tracker is the preferred channel for bug reports, features requests and submitting pull requests. After that, you can start to fork!

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

πŸ”Ž But before opening a feature request, please take a moment to find out whether your idea fits with the scope and aims of the project. It’s up to you to make a strong case to convince the project’s developers of the merits of this feature. So, you can provide as much detail and context as possible.

πŸ’ͺ Team


Sahin Boydas
Creator
LinkedIn

Muhammet
Developer
Github

Sadik
Developer
Github

πŸŽ“ License

This program is a free and open source software. You can redistribute it and/or modify it under the terms of the license provided in the πŸ”—LICENSE file. Use of this software is subject to important terms and conditions as set forth in the πŸ”—LICENSE file.

πŸ” Acknowledgement

If you liked Smart-Emailing app, please give us a β€œStar ⭐”. Your support is what keep us moving forward and delivering happiness to you! Thank’s a million, you’re our Clark Kent/Kara Danvers! In case of any questions or concerns, feel free to contact us anytime. 😊