plesk/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

2.10.0-patch1 2019-11-21 10:12 UTC

This package is auto-updated.

Last update: 2020-02-21 10:57:27 UTC


README

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.