7.5.1

facebookresearch/tribev27.5.1Nov 1, 2025by github-actions[bot]

AI Summary

A critical bug fix release that resolves issues with email forwarding, SSL/TLS connection modes, and backend service status detection.

Key Highlights

  • Fixed Forwarding Rules Failing (TaskCanceledException)
  • Fixed SSL/TLS Connection Mode
  • Set proper SMTP Timeout
  • Fixed Backend Service Status

New Features

  • Fixed critical bug where email forwarding rules were broken due to TaskCanceledException
  • Corrected SSL/TLS connection mode to use SslOnConnect for port 465 and Auto for STARTTLS
  • Set proper SMTP timeout of 30 seconds for forwarding rules

Full Release Notes

# Release Notes

## Papercut SMTP v7.5.1 [2025-10-31]

### Bug Fixes

- **Forwarding Rules Failing** - Fixed critical bug where email forwarding rules were completely broken due to TaskCanceledException. Fixes [#331](https://github.com/ChangemakerStudios/Papercut-SMTP/issues/331) (Thanks, [wcwhitehead](https://github.com/wcwhitehead)!)
- **SSL/TLS Connection Mode** - Fixed SSL/TLS connection mode to use SslOnConnect for port 465 and Auto for STARTTLS
- **SMTP Timeout** - Set proper SMTP timeout of 30 seconds for forwarding rules
- **Backend Service Status** - Fixed initial status detection for backend service

### Contributors

Special thanks to [wcwhitehead](https://github.com/wcwhitehead) for reporting the critical forwarding rules bug!