mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
.. | ||
src | ||
CHANGELOG.md | ||
COPYRIGHT.md | ||
LICENSE.md | ||
README.md |
laminas-mail
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/