mirror of
https://github.com/axllent/mailpit.git
synced 2025-08-15 20:13:16 +02:00
Add screenshot
This commit is contained in:
@@ -6,6 +6,7 @@ It acts as both an SMTP server, and provides a web interface to view all capture
|
|||||||
|
|
||||||
Mailpit is inspired by [MailHog](#why-rewrite-mailhog), but much, much faster.
|
Mailpit is inspired by [MailHog](#why-rewrite-mailhog), but much, much faster.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -31,7 +32,7 @@ Mailpit is inspired by [MailHog](#why-rewrite-mailhog), but much, much faster.
|
|||||||
|
|
||||||
Download a pre-built binary in the [releases](https://github.com/axllent/mailpit/releases/latest). The `mailpit` can be placed in your `$PATH`, or simply run as `./mailpit`. See `mailpit -h` for options.
|
Download a pre-built binary in the [releases](https://github.com/axllent/mailpit/releases/latest). The `mailpit` can be placed in your `$PATH`, or simply run as `./mailpit`. See `mailpit -h` for options.
|
||||||
|
|
||||||
To build Maailpit from source see [building from source](https://github.com/axllent/mailpit/wiki/Building-from-source).
|
To build Mailpit from source see [building from source](https://github.com/axllent/mailpit/wiki/Building-from-source).
|
||||||
|
|
||||||
|
|
||||||
### Configuring sendmail
|
### Configuring sendmail
|
||||||
@@ -43,7 +44,7 @@ You can use `mailpit sendmail` as your sendmail configuration in `php.ini`:
|
|||||||
sendmail_path = /usr/local/bin/mailpit sendmail
|
sendmail_path = /usr/local/bin/mailpit sendmail
|
||||||
```
|
```
|
||||||
|
|
||||||
If Mailpit is found on the same host as sendmail, you can symlink the mailpit binary to sendmail, eg: `ln -s /usr/local/bin/mailpit /usr/sbin/sendmail` (only if Mailpit is running on default 1025 port).
|
If Mailpit is found on the same host as sendmail, you can symlink the Mailpit binary to sendmail, eg: `ln -s /usr/local/bin/mailpit /usr/sbin/sendmail` (only if Mailpit is running on default 1025 port).
|
||||||
|
|
||||||
You can use your default system `sendmail` binary to route directly to port `1025` (configurable) by calling `/usr/sbin/sendmail -S localhost:1025`.
|
You can use your default system `sendmail` binary to route directly to port `1025` (configurable) by calling `/usr/sbin/sendmail -S localhost:1025`.
|
||||||
|
|
||||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user