Skip to main content

Release Notes

Stay up to date with the latest changes, improvements, and fixes across JetEmail.

April 14, 2025

New

  • Account Level Inbound Filtering — Inbound email filtering can now be configured at the account level, applying filter rules across all domains in your account.
  • Account Level Log Viewer — A new account-wide log viewer for inbound email, allowing you to search and view inbound logs across all domains from a single view.

April 13, 2025

New

  • cPanel Plugin: Port Selection — The cPanel plugin now supports configuring the SMTP port via the --port flag, with options for port 25, 587, or 2525. Defaults to 587. View documentation.

April 7, 2025

New

  • Allow All Domains (allowAllDomains) — SMTP users and transactional API keys can now be configured to send from any verified domain in your account. When enabled, credentials are no longer restricted to a single domain, making it easier to manage multi-domain sending with fewer keys or users.
  • SMTP User UUID in Headers — SMTP usernames are now hidden in email headers and replaced with a UUID, improving security by not exposing account details in message headers.
  • Domain Lockdown via UUID — Domain Lockdown now supports authenticating via UUID in addition to the SMTP username. This aligns with the new UUID-based headers for a more secure setup. View documentation.

April 3, 2025

New

  • EmDash CMS Plugin — Official JetEmail plugin for EmDash CMS, enabling transactional email delivery for authentication emails, form notifications, and more. View documentation.

April 2, 2025

New

  • Laravel SDK — Official Laravel SDK for transactional email, with native Mail driver integration, direct API usage, batch sending, and webhook support. View documentation.
  • Python SDK — Official Python SDK for transactional email with async support. View documentation.
  • PHP SDK — Official PHP SDK for transactional email. View documentation.
  • Go SDK — Official Go SDK for transactional email. View documentation.
  • Rust SDK — Official Rust SDK for transactional email with async Tokio support. View documentation.
  • Ruby SDK — Official Ruby SDK for transactional email. View documentation.

March 31, 2025

Inbound Fixes

  • Improved FROM domain naturalisation in log viewer — Better normalisation of FROM domains when viewing inbound email logs, making it easier to identify and trace sender domains.
  • New domain registration scoring for spam filtering — Newly registered domains are now factored into spam scoring, helping catch spam and phishing attempts from freshly created domains.
  • Improved machine learning for inbound filtering — Enhanced our machine learning models for more accurate inbound email classification, reducing false positives and improving spam detection.
  • Improved design to MailBarrier system — Updated the MailBarrier interface with a refreshed design for a better user experience.
  • Fixed bug in delivery counts — Resolved an issue where delivery counts were being reported incorrectly.