Coder Social home page Coder Social logo

iq-scm / email-marketing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from email-dashboard/email-marketing

0.0 0.0 0.0 6.96 MB

๐Ÿ“ช Super customizable Emailing - Personalized Email & Mass emailing & Email CRM & CRM in your Inbox

License: Other

JavaScript 2.42% Ruby 64.89% CSS 1.63% HTML 30.42% Dockerfile 0.64%

email-marketing's Introduction


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. ๐Ÿ˜Š

email-marketing's People

Contributors

adamdilek avatar mesutgulecen avatar sadikay avatar sahin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.