mailpit

An email and SMTP testing tool with API for developers

MIT License

Stars
4.5K
Committers
21

Bot releases are hidden (Show)

mailpit -

Published by axllent over 1 year ago

Feature

  • Add sendmail -bs functionality.
    Symfony's mailer uses sendmail -bs by default. This allows sendmail to connect directly to the SMTP server to handle the payload correctly.

Bugfix

  • Fix sendmail/startup panic
mailpit -

Published by axllent over 1 year ago

Feature

  • Add sendmail -bs functionality.
    Symfony's mailer uses sendmail -bs by default. This allows sendmail to connect directly to the SMTP server to handle the payload correctly.

Note: Binaries deleted due to startup panic fixed in next release.

mailpit -

Published by axllent over 1 year ago

Feature

  • Add ability to delete or mark search results read
  • Set tags via X-Tags message header

Libs

  • Update node modules
mailpit -

Published by axllent over 1 year ago

Feature

  • Add SMTP LOGIN authentication method for message relay
mailpit -

Published by axllent over 1 year ago

Feature

  • Add Message-Id to MessageSummary (#116) (ie: messages, search, events websocket)

Swagger

  • Update swagger field descriptions
mailpit -

Published by axllent over 1 year ago

Libs

  • Update node modules
  • Update Go modules

UI

  • Check for secure context instead of HTTPS (#114)
mailpit -

Published by axllent over 1 year ago

Libs

  • Update node modules
  • Update Go modules

UI

  • Remove "Noto Color Emoji" from default bootstrap font list
mailpit -

Published by axllent over 1 year ago

API

  • Return blank 200 response for OPTIONS requests (CORS)

Bugfix

  • Correctly escape JS cid regex

Libs

  • Update node modules
  • Update Go modules
mailpit -

Published by axllent over 1 year ago

Bugfix

  • Fix Date display when message doesn't contain a Date header

Feature

  • Add allowlist to filter recipients before relaying messages (#109) - See docs.
  • Add -S short flag for sendmail --smtp-addr
mailpit -

Published by axllent over 1 year ago

Bugfix

  • Fix auto-deletion cron
mailpit -

Published by axllent over 1 year ago

This release features several changes, and includes a new database structure and automatic rebuild of existing data.

API

  • Set Access-Control-Allow-Headers when --api-cors is set
  • Include correct start value in search response

Feature

  • Option to ignore duplicate Message-IDs

Libs

  • Update node modules
  • Update Go modules

Swagger

  • Update swagger field descriptions

UI

  • Style Undisclosed recipients in message view
mailpit -

Published by axllent over 1 year ago

Feature

  • Add Access-Control-Allow-Methods methods when CORS origin is set
mailpit -

Published by axllent over 1 year ago

Bugfix

  • Fix UI images not displaying when multiple cid names overlap
mailpit -

Published by axllent over 1 year ago

Feature

  • Display clickable toast notifications for new messages
mailpit -

Published by axllent over 1 year ago

Bugfix

  • If set, use return-path address as SMTP from address
mailpit -

Published by axllent over 1 year ago

Bugfix

  • Add API release route again (bad merge)
mailpit -

Published by axllent over 1 year ago

This is a large update that brings the "release" functionality to Mailpit, allowing one to relay a message via a separate pre-configured SMTP server.

API

  • Enable cross-origin resource sharing (CORS) configuration (#91)
  • Message relay / release (#29)
  • Include Return-Path in message summary data

Feature

  • Inject/update Bcc header for missing addresses when SMTP recipients do not match message headers

Libs

  • Update Go modules
  • Update node modules

UI

  • Display Return-Path if different to the From address
  • Message release functionality (#29)
mailpit -

Published by axllent over 1 year ago

Docker

  • Add Docker image tag for major/minor version

Feature

  • Update listen regex to allow IPv6 addresses (#85)
mailpit -

Published by axllent over 1 year ago

Feature

  • Mobile and tablet HTML preview toggle in desktop mode
mailpit -

Published by axllent over 1 year ago

Bugfix

  • Enable SMTP auth flags to be set via env