Egg::View::Mail::Encode::ISO2022JP - Processing for Japanese mail is done.


Egg-Release-Mail documentation  | view source Contained in the Egg-Release-Mail distribution.

Index


NAME

Top

Egg::View::Mail::Encode::ISO2022JP - Processing for Japanese mail is done.

SYNOPSIS

Top

  package MyApp::View::Mail::MyComp;
  use base qw/ Egg::View::Mail::Base /;

  ...........
  .....

  __PACKAGE__->setup_mailer( SMTP => qw/
    Encode::ISO2022JP
    MIME::Entity
    /);

DESCRIPTION

Top

Processing necessary to send Japanese mail is done.

Please use use with Egg::View::Mail::MIME::Entity. It is a code matched to the specification of this component.

SEE ALSO

Top

Egg::Release, Egg::View::Mail, Egg::View::Mail::Base, Egg::View::Mail::MIME::Entity, Jcode,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release-Mail documentation  | view source Contained in the Egg-Release-Mail distribution.