|
пре 5 година | |
---|---|---|
.. | ||
src | пре 5 година | |
CHANGELOG.md | пре 5 година | |
LICENSE.md | пре 5 година | |
README.md | пре 5 година | |
composer.json | пре 5 година |
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
.