longyi c9405dd336 vendor 5 лет назад
..
src c9405dd336 vendor 5 лет назад
CHANGELOG.md c9405dd336 vendor 5 лет назад
LICENSE.md c9405dd336 vendor 5 лет назад
README.md c9405dd336 vendor 5 лет назад
composer.json c9405dd336 vendor 5 лет назад

README.md

zend-mail

Build Status Coverage Status

Zend\Mail provides generalized functionality to compose and send both text and MIME-compliant multipart email messages. Mail can be sent with Zend\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.