MailSlurper 体积小运行快速,支持 SQLite, MSSQL 和 MySQL. 数据库。对本地和团队应用开发来说非常有用。
支持 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
mailslurper/mailslurper