sendmail and attachment

2003-11-26 Thread perl
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 - eMail solutions by http://www.swanmail.com -- To unsubscribe, e-mail: [EMAIL PROTE

Re: sendmail and attachment

2003-11-26 Thread drieux
On Wednesday, Nov 26, 2003, at 15:52 US/Pacific, [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? The CPAN is your friend, you might want to look at say:

Re: sendmail and attachment

2003-11-28 Thread R. Joseph Newton
[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 t