Skip to content

Commit

Permalink
docs: Add mailpit to SMTP dev server examples (#521)
Browse files Browse the repository at this point in the history
Closes #520
  • Loading branch information
spencewenski authored Nov 19, 2024
1 parent a902157 commit df7cd82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ docker run -d -p 6379:6379 redis:7.2-alpine

## Start local SMTP server instance

### [Mailpit](https://github.com/axllent/mailpit)

```shell
docker run -d -p 8025:8025 -p 1025:1025 axllent/mailpit
```

### [smtp4dev](https://github.com/rnwood/smtp4dev)

```shell
Expand Down

0 comments on commit df7cd82

Please sign in to comment.