php-net-smtp 1.8.0-1 source package in Ubuntu

Changelog

php-net-smtp (1.8.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.8.0
  * Change license to BSD-2 Clause
  * Update Standards-Version to 4.1.0
  * Drop Thomas Goirand from uploaders as he requested

 -- Prach Pongpanich <email address hidden>  Sun, 27 Aug 2017 20:16:32 +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
Bionic release universe web

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-smtp_1.8.0-1.dsc 2.0 KiB 14f0e2a56c47a64feb51801995ac55ee5318489ee7792cc5f962203f545bc2f3
php-net-smtp_1.8.0.orig.tar.gz 14.1 KiB ae37d74eb59f0a23b7ee59c3a3bff8a88998de2fa560f034686784943a638680
php-net-smtp_1.8.0-1.debian.tar.xz 4.0 KiB 9d4bc7425f65a989699078ae28b5ed27360752e3ab254b5302a35bf77aa9eb07

Available diffs

No changes file available.

Binary packages built by this source

php-net-smtp: PHP PEAR module implementing SMTP protocol

 Provides an implementation of the SMTP protocol using PEAR's Net_Socket class.
 The php-net-smtp package supports the SMTP authentication standard (as defined
 by RFC-2554) if you also install the php-auth-sasl package. Net_SMTP then
 supports several authentication methods like DIGEST-MD5, CRAM-MD5, LOGIN and
 PLAIN.