php-mail 1.2.0-4 source package in Ubuntu

Changelog

php-mail (1.2.0-4) unstable; urgency=low


  * Fixes the smtp non-existant host unit testing script.
  * Standards-Version: 3.9.3 (no-change).
  * Activated unit testings.
  * Fixed missing depends: php-net-smtp (Closes: #672393).
  * Now using <email address hidden> as maintainer.

 -- Thomas Goirand <email address hidden>  Thu, 10 May 2012 17:29:09 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-mail_1.2.0-4.dsc 1.3 KiB fcb107d6e11bfe81275f26c01a043a363528cd341f6371755e730e61033e9b9d
php-mail_1.2.0.orig.tar.gz 22.7 KiB 82337b4f139b402bb0f53aa9ff9c420f83a1d96f1af84784fbbb3cea0e71c17b
php-mail_1.2.0-4.debian.tar.gz 3.8 KiB c72e2cc9e452f206884bfe89a2a148f3f6cecda5a0d651eb25c7abf0a58be068

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.