All Projects → alash3al → Smtp2http

alash3al / Smtp2http

Licence: apache-2.0
A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Smtp2http

Sendria
Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 30 (-89.8%)
Mutual labels:  mail, smtp-server
Inbucket
Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB required.
Stars: ✭ 685 (+132.99%)
Mutual labels:  mail, smtp-server
Mailslurper
Local, web-based mail server application. Slurp mails into oblivion!
Stars: ✭ 920 (+212.93%)
Mutual labels:  mail, smtp-server
Docker Postfix
Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Stars: ✭ 163 (-44.56%)
Mutual labels:  mail, smtp-server
Tmail
Golang SMTP server
Stars: ✭ 251 (-14.63%)
Mutual labels:  mail, smtp-server
SimpleKotlinMail
A simple, coroutine based Kotlin Email API for both client- and server-side projects
Stars: ✭ 56 (-80.95%)
Mutual labels:  mail, smtp-server
MailDemon
Smtp server for mass emailing, managing email lists and more. Built on .NET Core. Linux, MAC and Windows compatible.
Stars: ✭ 113 (-61.56%)
Mutual labels:  mail, smtp-server
mailgrab
Simple and easy to use catch-all SMTP mail server and debugging tool
Stars: ✭ 92 (-68.71%)
Mutual labels:  mail, smtp-server
laravel-mjml
Laravel MJML offers support for rendering MJML syntax into in-line HTML that can be sent within mails.
Stars: ✭ 26 (-91.16%)
Mutual labels:  mail
Notqmail
Collaborative open-source successor to qmail
Stars: ✭ 255 (-13.27%)
Mutual labels:  smtp-server
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (-73.47%)
Mutual labels:  mail
Discord-GitLab-Webhook
A Discord bot for using webhooks with GitLab (and extendable for other custom webhooks not yet built into Discord).
Stars: ✭ 35 (-88.1%)
Mutual labels:  webhook
Maildev
📫 SMTP Server + Web Interface for viewing and testing emails during development.
Stars: ✭ 3,102 (+955.1%)
Mutual labels:  smtp-server
ProtonClient
An unofficial desktop client for ProtonMail done with electron nativefier
Stars: ✭ 50 (-82.99%)
Mutual labels:  mail
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (-7.14%)
Mutual labels:  webhook
docker-imap-devel
Dockerized SMTP/IMAP server for development
Stars: ✭ 45 (-84.69%)
Mutual labels:  smtp-server
gitlab-ci-discord-webhook
⛓ Here's your serverless solution for sending build status from GitLab CI to Discord as webhooks.
Stars: ✭ 32 (-89.12%)
Mutual labels:  webhook
Mail
📧 Handy email creation and transfer library for PHP with both text and MIME-compliant support.
Stars: ✭ 288 (-2.04%)
Mutual labels:  mail
Netpalm
ReST based network device broker
Stars: ✭ 270 (-8.16%)
Mutual labels:  webhook
imapx
A cross-platform IMAP library for .NET, supporting .Net 2.0 - 4.5, Mono and Windows Phone
Stars: ✭ 28 (-90.48%)
Mutual labels:  mail

SMTP2HTTP (email-to-web)

smtp2http is a simple smtp server that resends the incoming email to the configured web endpoint (webhook) as a basic http post request.

Installation

  • docker: docker run -p 25:25 smtp2http --webhook=http://some.hook/api
  • binaries: go to releases page and choose your distribution.
  • go: go get github.com/alash3al/smtp2http

Usage

smtp2http --listen=:25 --webhook=http://localhost:8080/api/smtp-hook

Help

smtp2http --help

Contribution

Fork > Patch > Create Pull Request

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].