Giter VIP home page Giter VIP logo

morphmails's Introduction

Morph Mails Logo


Morph Mails (Formerly Helium) is an open-source service that relies on Mailgun and can integrate with any possible client. It creates an unlimited amount of random addresses, receives, parses, and sends a minified version of the letter to the user's chat.

Installation

Requirements

  • VPS/VDS with public IP
  • Docker (recommended)
  • PostgreSQL database

Setup

Using Docker

  • Open your Linux Terminal and run the following command:
docker run \
  -e DATABASE_URL=<your_db_dsn> \
  -e SECRET_KEY=<secret> \
  -p 8080:8080 -d ghcr.io/morph-ua/mails:v1.5.0-amd64 

๐Ÿ“ Note: You can generate the secret using this shell command:

openssl rand -hex 16

Using Pre-built Binaries

  • Install the latest version of MorphMails for your OS and architecture.
  • Unpack the tarball.
  • Open your Linux Terminal and run the following command:
DATABASE_URL=<your_db_dns> SECRET_KEY=<secret> ./morph_mails

Network Setup

Here is the configuration guide for Mailgun and your VPS or VDS server.

  • Login to your Mailgun account and add your custom domain. Follow the instructions on the Mailgun website to connect and verify your domain.
  • Open the Receiving tab and create a new route. Set the following settings below:
+ Expression type: Catch All
+ Forward: <your-webhook-url>/sys/parse?token=SECRET_KEY_FROM_ENV
+ Priority: 0
  • Host a client for your desired platform. You can find a list of clients here.

Contributing

Read the contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

Roadmap

Future plans and high-priority features and enhancements can be found in our roadmap.

License

This project is licensed under the terms of CC0-1.0.

Security

For details on supported versions and contact details for reporting security issues, please refer to the security policy.

morphmails's People

Contributors

kyee-rs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

morphmails's Issues

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.