dimarick/mail 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dimarick/mail

最新稳定版本:v2.0.0beta2

Composer 安装命令:

composer require dimarick/mail

包简介

Class that provides multiple interfaces for sending emails.

README 文档

README

Class that provides multiple interfaces for sending emails.

PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends.

Currently supported backends include:

  • PHP's native mail() function
  • sendmail
  • SMTP

This package also provides a RFC 822 email address list validation utility class.

Use Mail in combination with Mail_Mime to send HTML emails or emails with attachments - have a look at the example.

https://tools.ietf.org/html/rfc822 http://pear.php.net/package/Mail_Mime http://pear.php.net/manual/en/package.mail.mail-mime.example.php

Installation

$ composer require pear/mail

Links

Homepage http://pear.php.net/package/Mail Source code https://github.com/pear/Mail Issue tracker http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail Unit test status https://travis-ci.org/pear/Mail Packagist https://packagist.org/packages/pear/mail

统计信息

  • 总下载量: 13.65k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 74
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2017-09-28