[thelist] Re: AOL email problems

Benjamin kalos at carolina.rr.com
Thu Aug 29 04:16:00 CDT 2002


Below is the code he posted.  I did a search on Google for ["AOL enhanced"
email] minus the brackets which yielded nothing fruitful.  I'm curious as
to what "features" they are adding (and would be equally curious as to
their logic behind it to be honest).

$msg = MIME::Lite->new(
	From     => $From,
	To 	=> $To,
	Subject  => $Subject,
	Reply-To => $Reply,
	Type     => 'multipart/related'
);

$msg->attach(Type => 'text/html',
	Data 	=> $message_data
);

-benjamin




More information about the thelist mailing list