libphp-phpmailer 6.8.1-1 source package in Ubuntu

Changelog

libphp-phpmailer (6.8.1-1) unstable; urgency=medium

  * New upstream release
  * watch: update to use github API

 -- Paul Gevers <email address hidden>  Sun, 29 Oct 2023 15:05:04 +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
Oracular release universe web
Noble release universe web

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-phpmailer_6.8.1-1.dsc 1.8 KiB c445c49c6788913f63b479cf653338d7afab923663a2e9e8be22ec03d3fc96af
libphp-phpmailer_6.8.1.orig.tar.gz 104.0 KiB 1d0fdf804d2861100f9d3299af97f9221fff6390c9deb91737ad573e8f9d946b
libphp-phpmailer_6.8.1-1.debian.tar.xz 4.5 KiB fdfa57d07d6f44965afd7b72e5a26fd49ab6f3ecc52b19187ea9bae602e150e9

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