An open API service indexing awesome lists of open source software.

https://github.com/bearsampp/module-mailpit

SMTP Server for local testing.
https://github.com/bearsampp/module-mailpit

hacktoberfest hacktoberfest-accepted smtp-server

Last synced: 6 months ago
JSON representation

SMTP Server for local testing.

Awesome Lists containing this project

README

          

[![GitHub release](https://img.shields.io/github/release/bearsampp/module-mailpit.svg?style=flat-square)](https://github.com/bearsampp/module-mailpit/releases/latest)
![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-mailpit/total.svg?style=flat-square)

This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving Mailpit.

## Build System

This project uses **Gradle** as its build system. The legacy Ant build has been fully replaced with a modern, pure Gradle implementation.

### Quick Start

```bash
# Display build information
gradle info

# List all available tasks
gradle tasks

# Verify build environment
gradle verify

# Build a release (interactive)
gradle release

# Build a specific version (non-interactive)
gradle release -PbundleVersion=1.27.10

# Clean build artifacts
gradle clean
```

### Available Tasks

| Task | Description |
|-----------------------|--------------------------------------------------|
| `release` | Build release package (interactive/non-interactive) |
| `releaseAll` | Build all available versions |
| `clean` | Clean build artifacts and temporary files |
| `verify` | Verify build environment and dependencies |
| `info` | Display build configuration information |
| `listVersions` | List available bundle versions in bin/ |
| `listReleases` | List releases from modules-untouched |
| `validateProperties` | Validate build.properties configuration |

For complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)

## Documentation and downloads

https://bearsampp.com/module/mailpit

## Issues

Issues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).

## Statistics
![Alt](https://repobeats.axiom.co/api/embed/4df99c2d3004fdc34ec7d97c88c1e08c9d602149.svg "Repobeats analytics image")