php-mail 1.2.0-6 source package in Ubuntu

Changelog

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


  * Refresh patches/Fixes-unit-testing (Closes: #730316)
  * Use phppear-substvar in control file
  * Don't ship tests
  * Bump Standards-Version to 3.9.5

 -- Prach Pongpanich <email address hidden>  Tue, 26 Nov 2013 00:40:18 +0700

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
Trusty release universe web

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-mail_1.2.0-6.dsc 1.6 KiB d8493589b2fd6097026fd396e7b332b2fbc2c33788d63ffc297c7cff7edcc82a
php-mail_1.2.0.orig.tar.gz 22.7 KiB 82337b4f139b402bb0f53aa9ff9c420f83a1d96f1af84784fbbb3cea0e71c17b
php-mail_1.2.0-6.debian.tar.xz 3.7 KiB 97e6ce7bf2d06dcf89cf24012d2da1e927fec474881907d1ee0a0413a11fdf68

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.