MailCatcher

MailCatcher

January 1, 2020
MailCatcher, Ruby

MailCatcher # What is MailCatcher? # Simple SMTP server made of Ruby. You can check emails of Web app on your local environment. Overview # This post only explains how to set up MailCatcher container using Docker Compose to check emails sent from a Web app like Laravel. NOTE: This post describes only MailCatcher. Please add what you need. # Directory structure of sample project-dir ├── .git ├── .gitignore ├── docker-compose. ...