All Projects → mailcare → Mailcare

mailcare / Mailcare

Licence: mit
[MIRRORING REPOSITORY] See https://gitlab.com/mailcare/mailcare. MailCare is an open source disposable email address services. Accessible via web browser or API to protect your privacy right now.

Projects that are alternatives of or similar to Mailcare

Docs
API Platform documentation
Stars: ✭ 119 (-12.5%)
Mutual labels:  api, hacktoberfest
Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-11.03%)
Mutual labels:  api, hacktoberfest
Angular Open Source Starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 120 (-11.76%)
Mutual labels:  hacktoberfest, open-source
Python Gitlab
Python wrapper for the GitLab API
Stars: ✭ 1,679 (+1134.56%)
Mutual labels:  api, hacktoberfest
Hkosharp
Unofficial C# Library of Hong Kong Observatory API
Stars: ✭ 135 (-0.74%)
Mutual labels:  api, open-source
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (-13.24%)
Mutual labels:  hacktoberfest, open-source
Zeyple
Postfix filter/hook to automatically encrypt outgoing emails with PGP/GPG
Stars: ✭ 122 (-10.29%)
Mutual labels:  email, privacy
Yii2 Swiftmailer
Yii 2 swiftmailer extension.
Stars: ✭ 109 (-19.85%)
Mutual labels:  hacktoberfest, email
Mail
Mail app designed for elementary OS
Stars: ✭ 130 (-4.41%)
Mutual labels:  hacktoberfest, email
Awesome Python Scripts
A curated collection of some 😍 cool Python scripts.
Stars: ✭ 128 (-5.88%)
Mutual labels:  hacktoberfest, open-source
Gong Wpf Dragdrop
The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF
Stars: ✭ 1,669 (+1127.21%)
Mutual labels:  hacktoberfest, open-source
Code Is Science
Scientific code needs to be open source and peer reviewed
Stars: ✭ 133 (-2.21%)
Mutual labels:  hacktoberfest, open-source
Awesome Jamstack
📔 Curated list of resources: books, videos, articles, speaker decks, tools about using the JAMstack (A modern web development architecture for creating fast, secure and dynamic websites)
Stars: ✭ 115 (-15.44%)
Mutual labels:  api, open-source
Syft.js
The official Syft worker for Web and Node, built in Javascript
Stars: ✭ 118 (-13.24%)
Mutual labels:  hacktoberfest, privacy
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-16.91%)
Mutual labels:  api, hacktoberfest
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-10.29%)
Mutual labels:  api, hacktoberfest
Neovim
Vim-fork focused on extensibility and usability
Stars: ✭ 49,389 (+36215.44%)
Mutual labels:  api, hacktoberfest
Openitcockpit
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
Stars: ✭ 108 (-20.59%)
Mutual labels:  hacktoberfest, open-source
Cape Python
Collaborate on privacy-preserving policy for data science projects in Pandas and Apache Spark
Stars: ✭ 125 (-8.09%)
Mutual labels:  hacktoberfest, privacy
Ephemeral
A private-by-default, always-incognito browser for elementary OS
Stars: ✭ 133 (-2.21%)
Mutual labels:  hacktoberfest, privacy

MailCare pipeline status coverage report

This is an open source disposable email address service that was built and maintained at mailcare.io.

Installation

Prerequisites

  • To run this project, you must have PHP 7 installed and php-mailparse extension.
  • Port 25 should be open from any IP address
  • You should setup a host on your web server for your domain.

Step 1

Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.

git clone [email protected]:mailcare/mailcare.git
cd mailcare && composer install && npm install
php artisan mailcare:install

Step 2

Next, configure your mail transfer agent (MTA) to catch all emails and route them to the php application mailcare. See bellow an example with Postfix that I personnally use.

sudo php artisan mailcare:configure-postfix /etc/postfix example.org forge

This script does 2 configurations

/etc/postfix/main.cf

Replace the line myhostname = * by myhostname = example.org Add one new line smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination for security purposes. Add one new line local_recipient_maps = to accept any mailbox under the domain myhostname

/etc/postfix/master.cf

Add one new line mailcare unix - n n - - pipe flags=F user=forge argv=php /home/forge/example.org/artisan mailcare:email-receive to create a new hook named mailcare Replace the line smtp inet * by smtp inet n - - - - smtpd -o content_filter=mailcare:dummy to call this new hook each time you receive an email

and reload Postfix.

Step 3

https://www.wormly.com/test-smtp-server

Screenshots

Emails

Emails

Statistics

Statistics

Automations

Automation

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].