Wa********@yahoo.com (Zev Steinhardt) wrote in message news:<41**************************@posting.google. com>...
I'm trying to use Mime::Lite to send out multipart messages. So far,
it all seems to work well except for one small part.
I want to display a "real name" along with the email address
---------------
Lite is very fussy about the format of the recipients.... try something like this:
$Recipient = "\"$RealName\"\<$email\>";
d