> -----Original Message-----
> From: Ahmed Moustafa [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 28, 2002 2:47 PM
> To: [EMAIL PROTECTED]
> Subject: Send email with attachment
> 
> 
> Hi All,
> 
> Would you post an example of sending an email with 
> attachment(s) using 
> Net::SMTP, please?

Net::SMTP just sends messages. To handle attachments, you should use
something like MIME::Lite to create a MIME message. You can then send
it with Net::SMTP, or MIME::Lite can send it for you.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to