[sf-perl] Mime::Lite question

Richard Reina gatorreina at gmail.com
Fri Apr 8 08:18:39 PDT 2011


I am trying to send an email with an image in the signature but when I do
the image does not show up.  Can anyone tell me what I am doing wrong?

# create a new MIME Lite based email
my $msg = MIME::Lite->new
(
Subject => "HTML email test",
>From    => 'richard at rushlogistics.com',
To      => $email,
Type    => 'text/html',
Data    => '<img src="/home/richard/gator_head.gif" alt="Image should be
here."/>
Please visit our site <a href="http://savethegators.org/">online</a><hr>'
);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/sanfrancisco-pm/attachments/20110408/f7decaae/attachment.html>


More information about the SanFrancisco-pm mailing list