> 
> I use   $mailprog = '/usr/lib/sendmail'; to send e-mail with. 
>  Can I use
> this to send an attachment?

Yes sendmail handles attachments.
Read this, you'll have an easier time after you do :
http://www.tuxedo.org/~esr/faqs/smart-questions.html

Now if I was a jerk I'd stop there and let you stew a bit but I'm not ( at least not 
today ;) )

Is your question actually "Can I use perl to send an email attachment via sendmail?"

If so yes but you'll have an easier time doing it with a module. 

Go search cpan for some mail modules and try some of the examples. 
Those works mostly straight up without much modification.

> 
> Thanks,
> 
> Jerry
> 
> 

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

Reply via email to