File: control

package info (click to toggle)
php-mail 1.1.6-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 96 kB
  • ctags: 191
  • sloc: php: 681; makefile: 23
file content (21 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: php-mail
Section: web
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Adam Conrad <adconrad@0c3.net>, Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 4.0) 
Standards-Version: 3.6.2

Package: php-mail
Architecture: all
Depends: php-pear
Recommends: php-net-smtp (>= 1.1.0)
Replaces: php4-pear (<< 4:4.4.0-0)
Description: PHP PEAR module for sending email
 PEAR's Mail:: package defines the interface for implementing mailers
 under the PEAR hierarchy, and provides supporting functions useful
 in multiple mailer backends. Currently supported are native PHP mail()
 function, sendmail and SMTP.
 .
 This package also provides a RFC 822 Email address list validation
 utility class.