http://qs321.pair.com?node_id=1166520


in reply to Error in MIME::Lite

Is sendmail installed? Maybe use smtp? See the docs.

Replies are listed 'Best First'.
Re^2: Error in MIME::Lite
by afoken (Chancellor) on Jun 25, 2016 at 14:15 UTC
    Is sendmail installed?

    Unlikely on Windows.

    Maybe use smtp?

    Yepp, that's the way MIME::Lite works on Windows. Recent versions should auto-detect a missing sendmail executable, IIRC.

    See the docs.

    Adding MIME::Lite->send("smtp", $mailserver); or MIME::Lite->send("smtp", $mailserver, AuthUser => $username, AuthPass => $password); before creating or using any MIME::Lite object should do the trick.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)