php-mail 1.2.0-7 source package in Ubuntu

Changelog

php-mail (1.2.0-7) unstable; urgency=medium


  [ Thijs Kinkhorst ]
  * Remove self from uploaders.

  [ Prach Pongpanich ]
  * Use pear run-tests instead of phpunit
  * Add DEP-8 compliant tests
  * Bump Standards-Version to 3.9.6

 -- Prach Pongpanich <email address hidden>  Fri, 03 Oct 2014 13:14:51 +0700

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-mail_1.2.0-7.dsc 2.0 KiB 076dbccc319b05c551fc21c75bd58a9b07716525f3821db3fd06efbea74aaf95
php-mail_1.2.0.orig.tar.gz 22.7 KiB 82337b4f139b402bb0f53aa9ff9c420f83a1d96f1af84784fbbb3cea0e71c17b
php-mail_1.2.0-7.debian.tar.xz 4.1 KiB 6642e2f034b3d993e3dbc2a405915e8c252cd97db951826aebfef9755ae30f43

Available diffs

No changes file available.

Binary packages built by this source

php-mail: 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, and SMTP. This package also provides a RFC822 email
 address list validation utility class.