That example worked like a charm.  Sorry I missed it.<br><br>Thanks very much.<br><br><div class="gmail_quote">2011/4/8 Miller Hall <span dir="ltr"><<a href="mailto:miller.hall@gmail.com">miller.hall@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">The MIME::Lite documentation has an example for specifically that:<br>
<br>
<a href="http://search.cpan.org/%7Erjbs/MIME-Lite-3.027/lib/MIME/Lite.pm#Send_an_HTML_document..._with_images_included" target="_blank">http://search.cpan.org/~rjbs/MIME-Lite-3.027/lib/MIME/Lite.pm#Send_an_HTML_document..._with_images_included</a>!<br>

<br>
Haven't ever tried it though.  If it doesn't work, then including<br>
images that are referenced as http:// is the other way to do that.<br>
<font color="#888888"><br>
- Miller<br>
</font><div class="im"><br>
2011/4/8 Richard Reina <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>>:<br>
</div><div><div></div><div class="h5">> I am trying to send an email with an image in the signature but when I do<br>
> the image does not show up.  Can anyone tell me what I am doing wrong?<br>
><br>
> # create a new MIME Lite based email<br>
> my $msg = MIME::Lite->new<br>
> (<br>
> Subject => "HTML email test",<br>
> From    => '<a href="mailto:richard@rushlogistics.com">richard@rushlogistics.com</a>',<br>
> To      => $email,<br>
> Type    => 'text/html',<br>
> Data    => '<img src="/home/richard/gator_head.gif" alt="Image should be<br>
> here."/><br>
> Please visit our site <a href="<a href="http://savethegators.org/" target="_blank">http://savethegators.org/</a>">online</a><hr>'<br>
> );<br>
><br>
</div></div><div><div></div><div class="h5">> _______________________________________________<br>
> SanFrancisco-pm mailing list<br>
> <a href="mailto:SanFrancisco-pm@pm.org">SanFrancisco-pm@pm.org</a><br>
> <a href="http://mail.pm.org/mailman/listinfo/sanfrancisco-pm" target="_blank">http://mail.pm.org/mailman/listinfo/sanfrancisco-pm</a><br>
><br>
><br>
</div></div></blockquote></div><br>