Help for this page

Select Code to Download


  1. or download this
     # For plain SMTP, use:
     #     $msg->send("my.name@my.domain.com"); 
    ...
        my $msg = MIME::Lite->new(
               From     =>'my.name@myhost.com',
             ....
    
  2. or download this
    MIME::Lite->send('smtp','some.host',Debug=>1);