OpenXE/vendor/laminas/laminas-mail
2023-02-01 11:24:20 +01:00
..
src Ticket system some fixes where the attachment filename could not be read 2023-02-01 11:24:20 +01:00
CHANGELOG.md Initial xentral_oss_20.3.c9ffacf 2021-05-21 08:49:41 +02:00
COPYRIGHT.md Initial xentral_oss_20.3.c9ffacf 2021-05-21 08:49:41 +02:00
LICENSE.md Initial xentral_oss_20.3.c9ffacf 2021-05-21 08:49:41 +02:00
README.md Initial xentral_oss_20.3.c9ffacf 2021-05-21 08:49:41 +02:00

laminas-mail

Build Status Coverage 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.