Giter Club home page Giter Club logo

mailmaid's Introduction

Mailmaid

It is an E-mail Marketing Website Application that lets website owners build their e-mail contact list and implement marketing.

Features:

  1. Get insights on your audience growth, custom link interactions and mailing performance.
  2. Convert your links into trackable ones to know how many is interacting with it.
  3. Execute, track and manage campaigns with TinyMCE powered text editor with automatic image upload support.
  4. Get your business growing with this free, simple and easy to use application!

Requirements:

  1. PHP 5.X
  2. MySQL 5.X
  3. Access to Cron
  4. Access to E-mail Resources

Installation:

  1. Upload the project into your website server's root.
    Sample: /public_html/mailmaid
  2. Create a blank database and (optional) different account with atleast CREATE, SELECT, UPDATE, DELETE and INSERT permission.
  3. Create a cron job that runs every 5 minutes with a command to execute path_to_mailmaid/app/Mailer.php
    Sample: php -q /home/{cpanel_username}/public_html/mailmaid/app/Mailer.php >/dev/null
  4. Visit Mailmaid
    Sample: www.yourwebsite.com/mailmaid
  5. Fill up the setup form appropriate details
  6. Login using your newly registered account from setup! Congratulations!

Adding Subscribers

Mailmaid doesn't come with its own script to subscribe users easily but it provides an end-point to subscribe users. Mailmaid doesn't currently support a way to insert contacts from outside sources.

POST /path_to_mailmaid/subscriber/subscribe

Fields to send: email, listId

email - E-mail address of the subscriber.

listId - ID of the subscriber list. You can find this when going to Mailmaid's panel->Subscribers

Response: { status: true|false }

Mails Per Hour (Settings)

Mailmaid is not responsible for any misuse of server's resources. There is a setting in the admin panel to provide the allotted e-mail that can be sent per hour. Be sure to know your server provider what is the allotted e-mails that can be sent per hour by your account. It is heavily recommended to avoid using the whole allocation in order to provide resources to other applications that might use it.

Message:

This is an application developed with complete documentation for my thesis in Introduction to Software Engineering during 1st trimester of S.Y. 2017-2018 in AMA Computer College Las Piñas. If you want to get a copy, send an inuiry or report an issue, you can contact me at [email protected].

mailmaid's People

Contributors

edceliz avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.