Help for this page

Select Code to Download


  1. or download this
    my $subject = "Mail subject\n";
    my $from = 'me@my_company.com\n';
    ...
    print $MAIL "Regards, \n";
    print $MAIL "sender's signature, \n";
    close $MAIL;