vitexsoftware / multiflexi-mail
MultiFlexi support for SMTP/Mail credentials via Symfony Mailer
dev-main
2026-03-02 18:00 UTC
Requires
- symfony/mailer: ^6.0|^7.0
- vitexsoftware/multiflexi-core: >=1.0
Requires (Dev)
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 (enhancesphp-vitexsoftware-multiflexi-core)multiflexi-mail-ui— Connection test panel, EHLO capabilities display, test message sending (enhancesmultiflexi-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.