Mailslurper

Local, web-based mail server application. Slurp mails into oblivion!
Alternatives To Mailslurper
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Mailinabox12,356
3 days ago515cc0-1.0Python
Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
Mailcatcher6,0411,5181610 days ago54August 04, 202341mitRuby
Catches mail and serves it through a dream.
Mailu4,875
8 hours ago146otherPython
Insular email distribution - mail server as Docker images
Maddy4,2261a month ago42May 29, 202390gpl-3.0Go
✉️ Composable all-in-one mail server.
Go Imap1,83532142a month ago36July 02, 202328mitGo
:inbox_tray: An IMAP library for clients and servers
Wildduck1,741332 days ago295August 31, 202382eupl-1.2JavaScript
Opinionated email server
Mail Server1,626
2 days ago22agpl-3.0Rust
Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
Go Smtp1,392911416 days ago27September 07, 202334mitGo
:outbox_tray: An SMTP client & server library written in Go
Inbucket1,313113 days ago8May 04, 202130mitGo
Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB required.
Mailslurper1,290
4 days agoMarch 14, 201856mitJavaScript
Local, web-based mail server application. Slurp mails into oblivion!
Alternatives To Mailslurper
Select To Compare


Alternative Project Comparisons
Readme

mailslurper

MailSlurper

MailSlurper is a small SMTP mail server that slurps mail into oblivion! MailSlurper is perfect for individual developers or small teams writing mail-enabled applications that wish to test email functionality without the risk or hassle of installing and configuring a full blown email server. It's simple to use! Simply setup MailSlurper, configure your code and/or application server to send mail through the address where MailSlurper is running, and start sending emails! MailSlurper will capture those emails into a database for you to view at your leisure.

Compiling

The following are general instructions for compiling MailSlurper. Your details may vary a bit here and there. The below example is based on a Unix-style system, such as Ubuntu or OSX. Furthermore for instructional purposes it is assumed that your GOPATH is set to ~/code/go, and that you have a folder in your source directory called github.com. Your setup may vary. The instructions below also assume you have the following already installed.

  • Go 1.10 (or higher)
  • Git
$ cd ~/code/go/src/github.com
$ mkdir mailslurper
$ cd mailslurper
$ git clone https://github.com/mailslurper/mailslurper.git
$ go get github.com/mjibson/esc
$ cd mailslurper/cmd/mailslurper
$ go get
$ go generate
$ go build

Quickstart With Docker

# Build container image (adjust repo location as necessary)
docker build -t mailslurper 'https://github.com/mailslurper/mailslurper#master'
# Run a temporary container. Note that upon shutdown, all stored messages will be lost when using this config.
docker run -it --rm --name mailslurper -p 8080:8080 -p 8085:8085 -p 2500:2500 mailslurper

Library and Framework Credits

This application uses a lot of great open source libraries.

Themes by Thomas Park at Bootswatch.

License

The MIT License (MIT)

Copyright (c) 2013-2018 Adam Presley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Popular Server Projects
Popular Mail Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Golang
Server
Bootstrap
Email
Mail
Developer Tools
Smtp
Smtp Server
Mailserver