All Projects → xuqingfeng → fregata

xuqingfeng / fregata

Licence: MIT license
A self hosted REST API for message delivery

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to fregata

Listmonk
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
Stars: ✭ 7,294 (+38289.47%)
Mutual labels:  self-hosted, smtp
jolimail
Send nice emails
Stars: ✭ 78 (+310.53%)
Mutual labels:  self-hosted, smtp
messages
A python package designed to make sending messages easy and efficient!
Stars: ✭ 38 (+100%)
Mutual labels:  twilio, smtp
PySMS
Simple Python API that that allows you to send texts via SMTP with a best effort approach and process replies via IMAP
Stars: ✭ 19 (+0%)
Mutual labels:  twilio, smtp
Node-js-functionalities
This repository contains very useful restful API's and functionalities in node-js containing many important tutorial code for mastering node-js, all tutorials have been published on medium.com, tutorials link is given below
Stars: ✭ 69 (+263.16%)
Mutual labels:  twilio, smtp
ControlCenter
Mirrored from GitLab! Monitoring and automation for Open Source email servers, starting with Postfix. Please do not submit issues or PRs here - join us at: https://gitlab.com/lightmeter
Stars: ✭ 88 (+363.16%)
Mutual labels:  smtp
catapulte
Rust implementation of catapulte email sender
Stars: ✭ 113 (+494.74%)
Mutual labels:  smtp
Proxmox
Proxmox Helper Scripts
Stars: ✭ 3,882 (+20331.58%)
Mutual labels:  self-hosted
SmsForwarder
短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉群自定义机器人、钉钉企业内机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端,让你轻松远程发短信、查短信、查通话、查话簿、查电量等。(V3.0 新增)PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正
Stars: ✭ 8,386 (+44036.84%)
Mutual labels:  smtp
neko-rooms
Selfhosted collaborative browser - room management for n.eko
Stars: ✭ 262 (+1278.95%)
Mutual labels:  self-hosted
enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (+310.53%)
Mutual labels:  smtp
flex-plugin-builder
Packages related to building a Twilio Flex Plugin
Stars: ✭ 69 (+263.16%)
Mutual labels:  twilio
plivo
This package enables to send message or OTP to any mobile.This package uses external plivo api.
Stars: ✭ 20 (+5.26%)
Mutual labels:  twilio
frequency
Frequency Analytics - Open source private web analytics server
Stars: ✭ 67 (+252.63%)
Mutual labels:  self-hosted
go-smtp-mock
SMTP mock server written on Golang. Mimic any 📤 SMTP server behavior for your test environment with fake SMTP server.
Stars: ✭ 76 (+300%)
Mutual labels:  smtp
imap-honey
IMAP or SMTP honeypot written in Golang
Stars: ✭ 22 (+15.79%)
Mutual labels:  smtp
laravel-analytics
Analytics for the Laravel framework.
Stars: ✭ 138 (+626.32%)
Mutual labels:  self-hosted
covergates
The portal gates to coverage reports
Stars: ✭ 55 (+189.47%)
Mutual labels:  self-hosted
ambry
Self-hosted audiobook streaming server
Stars: ✭ 38 (+100%)
Mutual labels:  self-hosted
eggplant
Eggplant is a self-hosted music streaming service
Stars: ✭ 35 (+84.21%)
Mutual labels:  self-hosted

fregata

travis godoc api

Install

go get github.com/xuqingfeng/fregata/cmd/...

Supported Services

examples

  • slack
  • telegram
  • twilio
  • wechat
  • smtp
  • macos

Usage

Test

make test

Docker

docker run --rm -p 2017:2017 -v `pwd`/fregata.conf:/etc/fregata/fregata.conf --name fregata xuqingfeng/fregata
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].