<<
Is it possible to make that one page report become  the body of the email 
rather than an attachment?
 >>

In order to send formatted email, you have to create the email in HTML and then 
either:

1. Send through a MAPI email client program that supports HTML (NOT Outlook 
Express) or

2. Send directly via an SMTP server, specifying that the email is in HTML 
format.

I do this with a VB script that converts a file that I write into an email (I 
have versions that go via the email client and versions that go via SMTP 
depending on the application).

In your case, if you want the body of the email to originate from the reporting 
system, you'd need to send the report, as HTML, to a file then cause that file 
to be edited in some way to include the emailing information (to, subject, etc) 
at the top of the file, and then hand the file off to RMail or some other 
emailing program that can parse it and send it.
--
Larry


Reply via email to