MailCare logo

MailCare

  •  0 ratings
In category: Communication / Email / Webmail Clients

About MailCare

Open source disposable email address service.

  •   1405  
  •   0  
  •   0  
  •   0  
Github stats:
  •  Commits: 288  
  •   234  
  •   39  
  •  Latest commit: May 23, 2022  

Self-host this app for $0.99/mo only!

Languages/Platforms/Technologies:
Lincenses:

More about MailCare

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 git@gitlab.com: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

Comments (0)

Please login to join the discussion on this project.

MailCare Reviews (0)

Overall Rating

None

based on 0 ratings

Please login to review this project.

No reviews for this project yet.

↑ back to top

RackNerd tall Banner

Popular Projects

FluxBB

in Social Networks and Forums
 52k    0    0    0  

Nextcloud

in File Transfer & Synchronization
 52k    1    1    0  

Teddit

in Social Networks and Forums
 28k    0    0    0  

Libre Translate

in Miscellaneous
 23k    0    0    0  

RustDesk

in Remote Access
 22k    0    0    0  

MeTube

in Automation
 18k    0    0    0  

Gatus

in Status / Uptime pages
 18k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 52k    1    1    0  

Tube Archivist

in Automation
 10k    0    1    0  

OneDev

in Project Management
 8k    0    0    0  

iodine

in Proxy
 5k    0    0    0  

Alf.io

in Booking and Scheduling
 6k    0    0    0  

sysPass

in Password Managers
 3k    0    0    0  

Misskey

in Social Networks and Forums
 7k    0    0    0  
pCloud Lifetime

Top Rated Projects

Technitium DNS Server

 1 rating
in DNS

Pydio

 1 rating
in File Transfer & Synchronization

Bagisto

 1 rating
in E-commerce

LinkAce

 1 rating
in Bookmarks and Link Sharing

Gitea

 1 rating
in Project Management

Audiobookshelf

 1 rating
in Audio Streaming

Nextcloud

 1 rating
in File Transfer & Synchronization

Categories

You May Also Be Interested In

Cypht logo
Cypht cover

Cypht

Feed reader for your email accounts.

Isotope Mail logo
Isotope Mail cover

Isotope Mail

Microservice based webmail client built with ReactJS and Sp…

Mailpile logo
Mailpile cover

Mailpile

Webmail client with search, filtering, encryption features …