# zend-mail[](https://secure.travis-ci.org/zendframework/zend-mail)[](https://coveralls.io/github/zendframework/zend-mail?branch=master)`Zend\Mail` provides generalized functionality to compose and send both text andMIME-compliant multipart email messages. Mail can be sent with `Zend\Mail` viathe `Mail\Transport\Sendmail`, `Mail\Transport\Smtp` or the `Mail\Transport\File`transport. Of course, you can also implement your own transport by implementingthe `Mail\Transport\TransportInterface`.- File issues at https://github.com/zendframework/zend-mail/issues- Documentation is at https://docs.zendframework.com/zend-mail/