Source: php-net-smtp Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Guillaume Delacour , Dmitry Smirnov , Guilhem Moulin Build-Depends: debhelper-compat (= 13), php-net-socket , php-pear , pkg-php-tools Standards-Version: 4.6.1 Homepage: https://pear.php.net/package/Net_SMTP Vcs-Browser: https://salsa.debian.org/php-team/pear/php-net-smtp Vcs-Git: https://salsa.debian.org/php-team/pear/php-net-smtp.git -b debian/latest Rules-Requires-Root: no Package: php-net-smtp Architecture: all Depends: php-pear, ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Suggests: ${phppear:Debian-Suggests} Breaks: ${phppear:Debian-Breaks} Description: PHP PEAR module implementing SMTP protocol ${phppear:description} 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.