Giter Club home page Giter Club logo

lori's Introduction

lori

Code Size Repo Size Docs Language Count Commit Intervals Last Release GitHub Stars GitHub Release Downloads Cargo Crate Crate Download Docker pulls Docker Image License Lines of Code

Table of Contents generated with DocToc

Intro

This is a simple SMTP server that receives mails and send it to SendGrid.

An improved version might include different incoming protocols and different outgoing integrations.

Note that SendGrid already supports receiving messages from SMTP, but I didn't find it before writing this app.

The format for sending an email through SMTP to SendGrid is as below:

smtps://apikey:[email protected]:465/

How to install it?

Using cargo

cargo install lori

Download compiled binary

You can download the latest release from the releases page for your platform.

Docker

docker run -p 2525:2525 -e SENDGRID_API_KEY=your-api-key meysam81/lori

How to use it?

export SENDGRID_API_KEY=your-api-key
lori  # listening on localhost:2525

Todo

  • The docker image is stopped after processing the first email!

lori's People

Contributors

meysam81 avatar

Stargazers

 avatar

Watchers

 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.