Git Product home page Git Product logo

emailer's Introduction

Emailer

A NodeJS Application to Send and Receive Emails via Twilio SMS!

Initial Setup

  • Clone the repository.
  • Install dependencies (If you don't want to use Yarn, just replace the commands below with npm )
    yarn install
    
  • Go to Twilio Console to get Your Twilio Keys and Phone number.
  • Modify the *.env.example files with your values and rename them to *.env (These are private variables and make sure you don't push them to your repo!)

Run The Project

To run both the servers:

yarn dev

To run only the main server:

yarn dev:server

To run only the IMAP Client:

yarn dev:mail

How the project works

Basically you have two (Limited) Options to work with at the moment. Receive and Send

  • Your IMAP Client listens for new incoming emails and sends the to you via SMS
  • You can initiate a new E-mail at any point by texting from your phone to your Twilio Number by sending the following messages and waiting for a reply for the next step:
You: New
[Your Twilio Number]: Receipient Email ID? 
You: [email protected] 
[Your Twilio Number]: Subject?
You: Heya
[Your Twilio Number]: Message? (Under 1600 characs)
You: First Test Email!
[Your Twilio Number]: Email Sent!

emailer's People

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.