Skip to content

Commit 2c3d539

Browse files
authored
update install procedure in mailhog README (#49)
1 parent 705ebc4 commit 2c3d539

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

mailhog/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Web and API based SMTP testing directly in LocalStack using [MailHog](https://gi
77
If the standard configuration is used, LocalStack will serve the UI through http://mailhog.localhost.localstack.cloud:4566 or http://localhost:4566/mailhog/.
88
It will also configure `SMTP_HOST` automatically, which points all services using SMTP, including [SES](https://docs.localstack.cloud/user-guide/aws/ses/), to MailHog.
99

10-
## Install from GitHub repository
10+
## Install
1111

12-
Install the extension directly from the GitHub repository by running:
12+
Install the extension either via our extensions manager at https://app.localstack.cloud, or via the CLI
1313

1414
```bash
15-
localstack extensions install "git+https://github.com/localstack/localstack-extensions/#egg=localstack-mailhog-extension&subdirectory=mailhog"
15+
localstack extensions install localstack-extension-mailhog
1616
```
1717

1818
After starting LocalStack, you should see these lines in the log:
@@ -22,6 +22,14 @@ After starting LocalStack, you should see these lines in the log:
2222
2023-07-26T10:00:08.072 INFO --- [ MainThread] mailhog.extension : serving mailhog extension on path: http://localhost:4566/mailhog/
2323
```
2424

25+
## Install from GitHub repository
26+
27+
Alternatively, you can install the latest unreleased version directly from the GitHub repository by running:
28+
29+
```bash
30+
localstack extensions install "git+https://github.com/localstack/localstack-extensions/#egg=localstack-mailhog-extension&subdirectory=mailhog"
31+
```
32+
2533
## Integration with LocalStack
2634

2735
When using this extension, LocalStack is automatically configured to use the MailHog SMTP server when sending emails.

0 commit comments

Comments
 (0)