SMTP/Mail credential support for MultiFlexi via Symfony Mailer.
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)
- MAIL_DSN — Symfony Mailer DSN string (e.g.
smtp://user:pass@smtp.example.com:465) - MAIL_FROM — Default sender email address
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)
apt install multiflexi-mail multiflexi-mail-uicomposer install
make phpunit
make csmake debThis produces multiflexi-mail_*.deb and multiflexi-mail-ui_*.deb in the parent directory.
MIT — see debian/copyright for details.