libphp-phpmailer 6.0.6-0.1 source package in Ubuntu

Changelog

libphp-phpmailer (6.0.6-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release (Closes: #905254)
  * Drop patches, applied upstream

 -- Paul Gevers <email address hidden>  Sun, 13 Jan 2019 09:30:40 +0100

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-phpmailer_6.0.6-0.1.dsc 1.7 KiB 14bd8e461879d7c727b07337913d092c53ea15aebf45551f68874930c19f1b45
libphp-phpmailer_6.0.6.orig.tar.gz 88.3 KiB 3cf1f9a2ef06809040cb8b532e3de95d483cb10f25f722548f6a73a0d134666c
libphp-phpmailer_6.0.6-0.1.debian.tar.xz 5.2 KiB d909e6fb31309e29aa13fa33807195ca5ef89b10b80e31855e735114e9ed21ff

Available diffs

No changes file available.

Binary packages built by this source

libphp-phpmailer: 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