Source: libphp-swiftmailer
Section: php
Priority: optional
Maintainer: Nicolas Roudaire <nikrou77@gmail.com>
Uploaders: Jeremy T. Bouse <jbouse@debian.org>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.2
Homepage: http://swiftmailer.org/
Vcs-Git: git://git.debian.org/collab-maint/swift.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/swift.git

Package: libphp-swiftmailer
Architecture: all
Depends: ${misc:Depends}, php5 | php5-cli
Description: component-based library for sending e-mails
 Swift Mailer is component based mailing solution for PHP 5
 Send emails using SMTP, sendmail, postfix or a custom Transport
 implementation of your own. It Supports servers that require username
 and password and/or encryption.
 .
 Features:
  - SMTP authentication
  - event-driven plugins to customize the library
  - MIME compliant HTML/multipart emails
  - large attachments and inline/embedded images with low memory use
