#!/usr/bin/perl -w
use strict;
use MIME::Lite;
# SendTo email id
my $email = 'user@place.com';
# Date
my $date = 'date';
# create a new MIME Lite based email
my $msg = MIME::Lite->new
(
Subject => $date,
From => 'group@place.com',
To => $email,
Type => 'text/html',
Data => '<html>
<body lang=EN-US link=blue vlink=purple>
<p><b>-Stuff I am working on:</b></p>
<p><b>-Stuff I want looked over:</b></p>
</body>
</html>'
);
$msg->send;
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.