Re: Sending attachments in email

2001-09-18 Thread The Coastal Trading Post
Hi, I've been wrestling with that same beast. I don't have it all figured out yet but was able to get an attachment emailed with the MIME::Entity module. Check CPAN - the documentation and example given were pretty useful to me and I know nearly nothing about perl. Dhiraj Rustagi wrote: > Hello

Sending attachments in email

2001-09-14 Thread Rustagi, Dhiraj
Hello, I am using sendmail module to send emails but now I have a new requirement to send two attachments in the email which a user has attached in the form. I don't think sendmail has a capability to do that. What options do I have where I don't have to install a third party product? Thanks in