vitexsoftware/multiflexi-mail

MultiFlexi support for SMTP/Mail credentials via Symfony Mailer

Maintainers

Package info

github.com/VitexSoftware/multiflexi-mail

pkg:composer/vitexsoftware/multiflexi-mail

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-02 18:00 UTC

This package is auto-updated.

Last update: 2026-03-02 18:00:49 UTC


README

SMTP/Mail credential support for MultiFlexi via Symfony Mailer.

Description

This package provides mail/SMTP credential management for MultiFlexi, split into two Debian packages:

  • multiflexi-mail — Credential prototype with Mailer DSN and sender address fields (enhances php-vitexsoftware-multiflexi-core)
  • multiflexi-mail-ui — Connection test panel, EHLO capabilities display, test message sending (enhances multiflexi-web)

Credential Fields

  • MAIL_DSN — Symfony Mailer DSN string (e.g. smtp://user:pass@smtp.example.com:465)
  • MAIL_FROM — Default sender email address

UI Features

The web interface component displays:

  • Parsed DSN configuration (transport, host, port, user)
  • SMTP connection test result
  • Server banner and EHLO capabilities
  • Test message sending (sends to MAIL_FROM address)

Installation

From Debian packages

apt install multiflexi-mail multiflexi-mail-ui

From source (development)

composer install
make phpunit
make cs

Building Debian Packages

make deb

This produces multiflexi-mail_*.deb and multiflexi-mail-ui_*.deb in the parent directory.

License

MIT — see debian/copyright for details.

MultiFlexi

MultiFlexi