libphp-phpmailer 5.2.14+dfsg-1build1 source package in Ubuntu

Changelog

libphp-phpmailer (5.2.14+dfsg-1build1) xenial; urgency=medium

  * No-change rebuild against php 7

 -- Nishanth Aravamudan <email address hidden>  Fri, 25 Mar 2016 01:49:26 +0000

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe web

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libphp-phpmailer_5.2.14+dfsg.orig.tar.gz 177.6 KiB 781867a508160136ab5b8792c893e40775c583708ff2b90904f57fb6b0bd6370
libphp-phpmailer_5.2.14+dfsg-1build1.debian.tar.xz 6.7 KiB 22c1a5313712e7c0fb8099071f9737cf3f3aff50d1d8d9dcd7f79059b5773311
libphp-phpmailer_5.2.14+dfsg-1build1.dsc 2.1 KiB 946b88ad89ea489e9803d38a406875e9b8e96f91e013fe09455d78540025ff59

View changes file

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