Help for this page
my $from = 'xxx <coo@site.net>'; my $to = 'tester <me@gmail.com>'; my $subject_val = "Your recent order"; ... $mailer->datasend($msg->as_string); $mailer->dataend(); $mailer->quit();