|
vor 5 Jahren | |
---|---|---|
.. | ||
src | vor 5 Jahren | |
CHANGELOG.md | vor 5 Jahren | |
LICENSE.md | vor 5 Jahren | |
README.md | vor 5 Jahren | |
composer.json | vor 5 Jahren |
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
.