NAME
    Mail::Krohn - Yet another mail sender

SYNOPSIS
        use Mail::Krohn;

        local $Mail::Krohn::DRIVER = "Mail::Krohn::Sendmail";
        my $mailer = Mail::Krohn->new();
        $mailer->send($mime, '-f', 'foo@example.com');

DESCRIPTION
    Mail::Krohn is yet another mail sender class for Perl5.

    You can use this module with Email::MIME.

MOTIVATION
    Email::Sender is great. But, sometimes when I do not want to use the
    Moose.

AUTHOR
    Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>

SEE ALSO
    Mail::Krohn uses Email::MIME as message object.

    Email::Send is simple mail sender class, but deprecated.

    Email::Sender is mail sender class, using Moose. Sometimes when I do not
    want to use the Moose.

LICENSE
    Copyright (C) Tokuhiro Matsuno

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

