An open API service indexing awesome lists of open source software.

https://github.com/plesk/zend-mail

Mail component from Zend Framework
https://github.com/plesk/zend-mail

Last synced: 5 months ago
JSON representation

Mail component from Zend Framework

Awesome Lists containing this project

README

          

# zend-mail

[![Build Status](https://secure.travis-ci.org/plesk/zend-mail.svg?branch=master)](https://secure.travis-ci.org/plesk/zend-mail)
[![Coverage Status](https://coveralls.io/repos/github/plesk/zend-mail/badge.svg?branch=master)](https://coveralls.io/github/plesk/zend-mail?branch=master)

`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 https://docs.zendframework.com/zend-mail/