plesk / laminas-mail
This package is abandoned and no longer maintained.
The author suggests using the symfony/mailer package instead.
Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages
2.26.0-patch1
2025-01-31 09:45 UTC
Requires
- php: ^8.0
- ext-iconv: *
- laminas/laminas-loader: ^2.9.0
- laminas/laminas-mime: ^2.11.0
- laminas/laminas-stdlib: ^3.17.0
- laminas/laminas-validator: ^2.31.0
- symfony/polyfill-intl-idn: ^1.27.0
- symfony/polyfill-mbstring: ^1.27.0
- webmozart/assert: ^1.11.0
Requires (Dev)
- laminas/laminas-coding-standard: ~2.5.0
- laminas/laminas-db: ^2.18
- laminas/laminas-servicemanager: ^3.22.1
- phpunit/phpunit: ^10.4.2
- psalm/plugin-phpunit: ^0.18.4
- symfony/process: ^6.3.4 || ^7.0.0
- vimeo/psalm: ^5.15
Suggests
- laminas/laminas-servicemanager: ^3.21 when using SMTP to deliver messages
This package is auto-updated.
Last update: 2025-01-31 11:39:04 UTC
README
Abandoned
This package is abandoned and will receive no further development!
It is suggested to use
- ddeboer/imap for interacting with IMAP
- zbateson/mail-mime-parser for parsing MIME messages
- symfony/mailer for sending mail
See the Technical Steering Committee meeting minutes.
Laminas\Mail
provides generalized functionality to compose and send both text and
MIME-compliant multipart email messages. Mail can be sent with Laminas\Mail
via
the Mail\Transport\Sendmail
, Mail\Transport\Smtp
or the Mail\Transport\File
transport. Of course, you can also implement your own transport by implementing
the Mail\Transport\TransportInterface
.
- File issues at https://github.com/laminas/laminas-mail/issues
- Documentation is at https://docs.laminas.dev/laminas-mail/