From: "Wagner, David --- Senior Programmer Analyst --- WGO" <[EMAIL PROTECTED]>
> I have an email I am doing, but there is so much data and I am
> running into problems on wrapping of lines on the screen. I use
> sendmail and Sender, but would be open to anything that would allow
> me to imitate the RTF which one can write as part of Outlook. It can
> not be an attachment.
If by Sender you mean Mail::Sender you can change the content type
very easily
$sender->MailMsg({
...
ctype => 'text/rtf',
});
You should be able to find a module that'll help you generate the RTF
on CPAN - http://search.cpan.org/.
Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>