{
    "mode": "perldoc",
    "parameter": "Log::Dispatch::Email::MailSendmail",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Log%3A%3ADispatch%3A%3AEmail%3A%3AMailSendmail/json",
    "generated": "2026-06-10T16:26:53Z",
    "synopsis": "use Log::Dispatch;\nmy $log = Log::Dispatch->new(\noutputs => [\n[\n'Email::MailSendmail',\nminlevel => 'emerg',\nto        => [qw( foo@example.com bar@example.org )],\nsubject   => 'Big error!'\n]\n],\n);\n$log->emerg(\"Something bad is happening\");",
    "sections": {
        "NAME": {
            "content": "Log::Dispatch::Email::MailSendmail - Subclass of Log::Dispatch::Email that uses the\nMail::Sendmail module\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 2.70\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Log::Dispatch;\n\nmy $log = Log::Dispatch->new(\noutputs => [\n[\n'Email::MailSendmail',\nminlevel => 'emerg',\nto        => [qw( foo@example.com bar@example.org )],\nsubject   => 'Big error!'\n]\n],\n);\n\n$log->emerg(\"Something bad is happening\");\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a subclass of Log::Dispatch::Email that implements the sendemail method using the\nMail::Sendmail module.\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "Bugs may be submitted at <https://github.com/houseabsolute/Log-Dispatch/issues>.\n\nI am also usually active on IRC as 'autarch' on \"irc://irc.perl.org\".\n",
            "subsections": []
        },
        "SOURCE": {
            "content": "The source code repository for Log-Dispatch can be found at\n<https://github.com/houseabsolute/Log-Dispatch>.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Dave Rolsky <autarch@urth.org>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is Copyright (c) 2020 by Dave Rolsky.\n\nThis is free software, licensed under:\n\nThe Artistic License 2.0 (GPL Compatible)\n\nThe full text of the license can be found in the LICENSE file included with this distribution.\n",
            "subsections": []
        }
    },
    "summary": "Log::Dispatch::Email::MailSendmail - Subclass of Log::Dispatch::Email that uses the Mail::Sendmail module",
    "flags": [],
    "examples": [],
    "see_also": []
}