zendframework/zend-mail

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-mail package instead.

Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages

Maintainers

👁 zendframework

Package info

github.com/zendframework/zend-mail

Chat

Forum

Documentation

pkg:composer/zendframework/zend-mail

Statistics

Installs: 13 871 079

Dependents: 165

Suggesters: 10

Stars: 93

Open Issues: 72

2.10.0 2018-06-07 13:37 UTC

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause d7beb63d5f7144a21ac100072c453e63860cdab8

mailZendFrameworkzf


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mail.

👁 Build Status
👁 Coverage Status

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.