Mailpit

Version: 1.30.3darwinlinuxwindows

Mailpit is a small, fast, low memory, zero-dependency, multi-platform email testing tool & API for developers.

It acts as an SMTP server, provides a modern web interface to view & test captured emails, and includes an API for automated integration testing.

Installation Instructions

Linux

Download Mailpit
{
  "url": "{{ .SVar `.tool.mailpit.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.mailpit.download.filename` }}",
  "overwrite": false
}
Extract Mailpit Release
{
  "destination": "{{ .PTools }}/mailpit/{{ .SVar `.tool.mailpit.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.mailpit.download.filename` }}"
}

MacOS

Download Mailpit
{
  "url": "{{ .SVar `.tool.mailpit.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.mailpit.download.filename` }}",
  "overwrite": false
}
Extract Mailpit Release
{
  "destination": "{{ .PTools }}/mailpit/{{ .SVar `.tool.mailpit.download.version` }}",
  "max_file_size": 0,
  "skip_symlinks": false,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.mailpit.download.filename` }}"
}

Binaries