NAME
MIME::Lite::TT::HTML::Japanese.ja - Template-Toolkit によるHTMLメール作成モジュール
SYNOPSIS
use MIME::Lite::TT::HTML::Japanese;
my $msg = MIME::Lite::HTML::Japanese->new(
From => 'from@example.com',
To => 'to@example.com',
Subject => 'Subject',
Template => {
html => 'mail.html',
text => 'mail.txt',
},
TmplOptions => \%options,
TmplParams => \%params,
Icode => 'euc', # input characterset (Jcode format)
);
$msg->send;
DESCRIPTION
MIME::Lite
と Template
をつかって HTML メールを作成するモジュール。
METHODS
AUTHOR
Daisuke Murase <typester@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.