Coder Social home page Coder Social logo

smtp2ses's Introduction

SMTP2SES

SMTP gateway to AWS SES via API

This is a prototype of SMTP to AWS SES Gateway.

Imagin that you have a mail client (a program, platform, etc...) that only support SMTP protocol, but you want to connect to AWS Simple Email Service and your network infraestructure (FW, proxy, whatever) only allow you to connect by HTTP/HTTPS ports.

SMTP2SES is created to solve this problem. It runs a SMTP daemon that will connect with your AWS SES service throught AWS API.

This is a functional propototype, a lot of work is needed to have a final product. The use of it is under your own risk

How to install

  1. Clone this repository
  2. Execute npm install
  3. Execute the program (*nix example: nohup node smtp2ses.js > app.log 2>&1)
  4. Configure your client to use as outbound sever your computer IP port 465
  5. Start sending emails

Requirements

  1. Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_REGION environment variables.
  2. Configure your SES

Todo

  • Implement a logger
  • Set properties file to define log level, port, log file, etc...
  • Implement security (ssl connection)

smtp2ses's People

Contributors

dacacioa avatar

Watchers

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