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