Source: libphp-phpmailer Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Paul Gevers , Build-Depends: debhelper-compat (= 13), phpab, pkg-php-tools (>= 1.7~), Standards-Version: 4.5.0 Homepage: https://github.com/PHPMailer/PHPMailer Vcs-Git: https://salsa.debian.org/php-team/pear/libphp-phpmailer.git Vcs-Browser: https://salsa.debian.org/php-team/pear/libphp-phpmailer Package: libphp-phpmailer Architecture: all Depends: ${misc:Depends}, ${phpcomposer:Debian-require}, Suggests: mail-transport-agent, ${phpcomposer:Debian-suggest}, Replaces: ${phpcomposer:Debian-replace}, Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}, Provides: ${phpcomposer:Debian-provide}, Description: full featured email transfer class for PHP Many PHP developers utilize email in their code. The only PHP function that supports this is the mail() function. However, it does not provide any assistance for making use of popular features such as HTML-based emails and attachments. . Class Features: - Integrated SMTP support - send without a local mail server - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs - Multipart/alternative emails for mail clients that do not read HTML email - Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings - SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms over SSL and TLS transports - Error messages in 47 languages - DKIM and S/MIME signing support