Skip to content

MultiFlexi SMTP/Mail credential type via Symfony Mailer

Notifications You must be signed in to change notification settings

VitexSoftware/multiflexi-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiflexi-mail

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

About

MultiFlexi SMTP/Mail credential type via Symfony Mailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors