Skip to content

Commit

Permalink
Remove mailpit task
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Feb 27, 2025
1 parent 4f9fa13 commit 51b5656
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 243 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

- Removed `lando mailpit` command

## v1.0.0-beta.5 - [February 12, 2025](https://github.com/lando/mailpit/releases/tag/v1.0.0-beta.5)

- Updated `mailpit` default version to v1.22
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The official [Mailpit](https://mailpit.axllent.org) integration plugin for [Land
- ✅ Mailpit UI accessible at http and https routes
- ✅ Automatic configuration of services to send mail to Mailpit
- ✅ Automatic installation of Mailpit sendmail client and configuration into services that need it
- ✅ A `lando mailpit` command that shows connection information

## Installation

Expand Down Expand Up @@ -59,15 +58,6 @@ mail($to, $subject, $message, implode("\r\n", $headers));
View captured emails in the Mailpit UI at the proxy URL configured above:
- http://myapp.lndo.site/mailpit

## Commands

### `lando mailpit`

Shows connection information for the Mailpit service, including:
- SMTP server host and port
- Pre-configured services that use sendmail
- Environment variables available for custom configurations

## Development

For information about developing and contributing to this plugin, please see our [development documentation](docs/development.md).
6 changes: 0 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The official [Mailpit](https://mailpit.axllent.org) integration plugin for [Land
- Mailpit UI accessible at http and https routes
- Automatic configuration of services to send mail to Mailpit
- Automatic installation of Mailpit sendmail client and configuration into services that need it
- A `lando mailpit` command that shows connection information

## Installation

Expand Down Expand Up @@ -69,11 +68,6 @@ View captured emails in the Mailpit UI at the proxy URL configured above:

To retrieve connection and credential details for your Mailpit instance, use the [`lando info`](https://docs.lando.dev/cli/info.html) command.

This command will display the following information:
- SMTP server host and port
- Pre-configured services that utilize sendmail
- Environment variables that can be customized

## Supported versions

- **[1.22](https://hub.docker.com/r/axllent/mailpit/)** **(default)**
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"eslint-plugin-jsdoc": "^50.3.1",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"sinon": "^19.0.2",
"yaml": "^2.6.0"
}
}
52 changes: 0 additions & 52 deletions tasks/mailpit.js

This file was deleted.

174 changes: 0 additions & 174 deletions test/mailpitTask.spec.js

This file was deleted.

0 comments on commit 51b5656

Please sign in to comment.