fix php 5.6 in docker dev env (#1740)
[openemr.git] / vendor / zendframework / zend-mail / README.md
blob82c0a78cce9bd74b4cf90c76d5ddaf71984285de
1 # zend-mail
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-mail.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-mail)
4 [![Coverage Status](https://coveralls.io/repos/zendframework/zend-mail/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-mail?branch=master)
6 `Zend\Mail` provides generalized functionality to compose and send both text and
7 MIME-compliant multipart email messages. Mail can be sent with `Zend\Mail` via
8 the `Mail\Transport\Sendmail`, `Mail\Transport\Smtp` or the `Mail\Transport\File`
9 transport. Of course, you can also implement your own transport by implementing
10 the `Mail\Transport\TransportInterface`.
12 - File issues at https://github.com/zendframework/zend-mail/issues
13 - Documentation is at https://zendframework.github.io/zend-mail/