"Wagner, David --- Senior Programmer Analyst --- WGO" wrote:

>         I am just trying to give my user what they asked for and they do not want 
> any attachments. I was using what Jan K suggested, but obviously missing more than 
> just a little bit.
>
> Wags ;)

Sound like you're stuck with it.  You might point out to your clients that RTF cannot 
hold viri, since, AFAIK, it doesn't contain macros.  OTOH, using Outlook is sorta like 
holding your
door wide open and inviting them in.

In that case, I would default to the suggestion about Content-type.  Here is how an 
attachment I sent from my work to personal email appeared:

                  Content-Type:
                                            application/rtf; name="Resume_rjn.rtf"
                  Content-Transfer-Encoding:
                                             base64
                         Content-Disposition:
                                             attachment; filename="Resume_rjn.rtf"
Change the above to:
                                             inline
                         Content-Description:
                                             Rich-Text-Format

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to