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-patch4 2025-11-26 10:25 UTC

Suggests

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 81cb5dc1870b6dd40c0f0977b1f84e79923eaf89

maillaminas

This package is auto-updated.

Last update: 2025-11-26 12:15:53 UTC


README

👁 Build Status

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.