Skip to content

Simple SMTP server with web interface for software engineers.

License

Notifications You must be signed in to change notification settings

opifex/mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailcatcher

Simple SMTP server with web interface for software engineers.

GitHub Actions Workflow Status GitHub License Docker Image Size

Features

  • Catches outgoing email messages.
  • Shows HTML, Plain Text and Source versions.
  • Lists attachments and allows download them.

Usage

You can run service with the next command.

$ docker run -d -p 1025:1025 -p 1080:1080 --name mailcatcher opifex/mailcatcher

Interface

You can easily access web interface via url.

http://127.0.0.1:1080/

About

Simple SMTP server with web interface for software engineers.

Topics

Resources

License

Stars

Watchers

Forks