Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 91de9cd

Browse files
committed
Switch to fork plesk/zend-mail
1 parent cd4d885 commit 91de9cd

File tree

4 files changed

+4
-2211
lines changed

4 files changed

+4
-2211
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/vendor/
66
/zf-mkdoc-theme.tgz
77
/zf-mkdoc-theme/
8+
/composer.lock

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# zend-mail
22

3-
[![Build Status](https://secure.travis-ci.org/zendframework/zend-mail.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-mail)
4-
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-mail/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-mail?branch=master)
3+
[![Build Status](https://secure.travis-ci.org/plesk/zend-mail.svg?branch=master)](https://secure.travis-ci.org/plesk/zend-mail)
4+
[![Coverage Status](https://coveralls.io/repos/github/plesk/zend-mail/badge.svg?branch=master)](https://coveralls.io/github/plesk/zend-mail?branch=master)
55

66
`Zend\Mail` provides generalized functionality to compose and send both text and
77
MIME-compliant multipart email messages. Mail can be sent with `Zend\Mail` via

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "zendframework/zend-mail",
2+
"name": "plesk/zend-mail",
33
"description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
44
"license": "BSD-3-Clause",
55
"keywords": [

0 commit comments

Comments
 (0)