Franklin wrote:
Hi;

Hello,

I have written a small email program which sends a simple email body
which is "Test Text" and an attachment file whose name is test.htm.
But I don't know how I can put the content of test.htm directly into
the email's body and send it instead send the file via attaching. If
you know it, would you please kindly tell me?

use Mail::Sender;

it has great tools for text/html emails and attachments

HTH :)

--
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