nopoco/laminas-mail

Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages

Maintainers

Package info

github.com/nopoco/laminas-mail

Homepage

Issues

Chat

Forum

Documentation

pkg:composer/nopoco/laminas-mail

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

v2.22.0 2023-05-04 06:28 UTC

This package is auto-updated.

Last update: 2026-03-04 12:19:54 UTC


README

Removed political appeal incompatible with free software here. The original repository is at this link.

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.