[EMAIL PROTECTED] wrote:

> I have sendmail working ok with perl by calling sendmail (qmail-inject).
> However, now I need to send an attachment with it. Can someone tell me how
> this can be done?
>
> fw

Is that the Mail::Sendmail module, or shelling out to an external sendmail
utility?  If its the latter, I would suggest that you first move to the
module, then if that doesn't offer enough functionality, explore other, more
high-powered mailer modules such as Mail::Sender.  The sendmail utility, like
other external utilities, is not something you can really count on.

Joseph



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

Reply via email to