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
- Host: GitHub
- URL: https://github.com/plesk/zend-mail
- Owner: plesk
- License: bsd-3-clause
- Archived: true
- Fork: true (zendframework/zend-mail)
- Created: 2019-11-19T21:39:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T10:20:22.000Z (over 6 years ago)
- Last Synced: 2025-07-27T05:27:58.434Z (11 months ago)
- Language: PHP
- Homepage: https://zendframework.github.io/zend-mail/
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# zend-mail
[](https://secure.travis-ci.org/plesk/zend-mail)
[](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/