Giter Site home page Giter Site logo

marckaraujo / moonmail-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from digideskio/moonmail-ui

0.0 2.0 0.0 733 KB

React powered Frontend which lets you shoot your AWS / SES campaigns

Home Page: https://moonmail.io/amazon-ses-email-marketing

License: Other

JavaScript 92.90% CSS 4.41% HTML 1.79% Shell 0.90%

moonmail-ui's Introduction

Build Status serverless Twitter GitHub license Gitter

Send email marketing campaigns with Amazon SES. Let Amazon Lambda compose email by email and literaly scale it to infinite. Use this React powered frontend to shoot your email marketing campaigns with your AWS/SES credentials. We're assuming that:

  • You have set up the Serverless project as described in the documentation
  • You are using a SES endpoint that has production access (not sandbox mode)
  • You have created a recipients list and added some recipients to it through the API

EC2 - Port 80

sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000

Launch Node.js on port 3000. Requests to port 80 will get mapped to port 3000.

You should also edit your /etc/rc.local file and add that line minus the sudo. That will add the redirect when the machine boots up. You don't need sudo in /etc/rc.local because the commands there are run as root when the system boots.

Nodejs in AWS EC2

http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-instance.html

AWS Code Deploy Agent

http://docs.aws.amazon.com/codedeploy/latest/userguide/how-to-run-agent-install.html

AWS Code Deploy Tutorial

http://www.knowarth.com/aws-code-deploy-with-git/

WebPack Global

npm install webpack -g

moonmail-ui's People

Contributors

jimmyn avatar marckaraujo avatar alexandresaiz 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.