kayako-zend / zend-mail-kayako
Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages
2.13.2
2023-03-20 12:47 UTC
Requires
- php: ^5.6 || ^7.0
- ext-iconv: *
- kayako-zend/zend-validator-kayako: ^2.14.0
- true/punycode: ^2.1
- zendframework/zend-loader: ^2.5
- zendframework/zend-mime: ^2.5
- zendframework/zend-stdlib: ^2.7 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.7.25 || ^6.4.4 || ^7.1.4
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-config: ^2.6
- zendframework/zend-crypt: ^2.6 || ^3.0
- zendframework/zend-servicemanager: ^2.7.10 || ^3.3.1
Suggests
- zendframework/zend-crypt: Crammd5 support in SMTP Auth
- zendframework/zend-servicemanager: ^2.7.10 || ^3.3.1 when using SMTP to deliver messages
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-mail.
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/