Help for this page

Select Code to Download


  1. or download this
    $msg = MIME::Lite->new(
                            From     =>'me@myhost.com',
    ...
    
    ### Now this will do the right thing:
    $msg->send;         ### will now use Net::SMTP as shown above