mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
12 lines
532 B
Markdown
12 lines
532 B
Markdown
# zend-mail
|
|
|
|
`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`.
|
|
|
|
|
|
- File issues at https://github.com/zendframework/zend-mail/issues
|
|
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-mail
|