1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: libemail-mime-createhtml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
libcommon-sense-perl,
libdata-serializer-perl,
libemail-address-xs-perl,
libemail-mime-perl,
libfile-policy-perl,
libfile-slurp-perl,
libhtml-tagset-perl,
libhtml-tokeparser-simple-perl,
libhtml-treebuilder-xpath-perl,
liblog-trace-perl,
libmime-tools-perl,
libmime-types-perl,
libtest-assertions-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
liburi-perl,
libwww-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libemail-mime-createhtml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libemail-mime-createhtml-perl.git
Homepage: https://metacpan.org/release/Email-MIME-CreateHTML
Package: libemail-mime-createhtml-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libdata-serializer-perl,
libemail-mime-perl,
libfile-policy-perl,
libhtml-tagset-perl,
libhtml-tokeparser-simple-perl,
liblog-trace-perl,
libmime-types-perl,
liburi-perl,
libwww-perl
Description: multipart HTML email builder
Email::MIME::CreateHTML allows you to build HTML emails, optionally with a
text-only alternative and embedded media objects.
.
For example, an HTML email with an alternative version in plain text and with
all the required images contained in the mail.
.
Note that this module does not send any mail, it merely does the work of
building the appropriate MIME message. The message can be sent with
Email::Send or any other mailer that can be fed a string representation of an
email message.
|