2017 © Pedro Peláez
 

library zend-mail

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

image

zendframework/zend-mail

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

  • Thursday, June 7, 2018
  • by zendframework
  • Repository
  • 35 Watchers
  • 55 Stars
  • 3,269,393 Installations
  • PHP
  • 203 Dependents
  • 11 Suggesters
  • 91 Forks
  • 46 Open issues
  • 74 Versions
  • 9 % Grown

The README.md

zend-mail

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mail., (*1)

Build Status Coverage Status, (*2)

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., (*3)

  • File issues at https://github.com/zendframework/zend-mail/issues
  • Documentation is at https://docs.zendframework.com/zend-mail/

The Versions

18/02 2016
01/04 2015

dev-legacy

dev-legacy https://github.com/zendframework/zf2

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

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

mail zf2