RE: Attachments via /usr/bin/sendmail

2001-03-25 Thread Todd Goldenbaum
On Sun, 25 Mar 2001, Paul J. Schinder wrote: > >Hmmm...I thought I had it, but not quite. For some > >reason, my Perl script is outputting to the screen, > >not my mailwrapper. Are there any limitations on what > >you can send to the mailwrapper? My program is below: > > > >#!/usr/bin/perl > > > >

RE: Attachments via /usr/bin/sendmail

2001-03-25 Thread Paul J. Schinder
>Hmmm...I thought I had it, but not quite. For some >reason, my Perl script is outputting to the screen, >not my mailwrapper. Are there any limitations on what >you can send to the mailwrapper? My program is below: > >#!/usr/bin/perl > >$fileout = system("/bin/cat >/home/www/schnarff/images/chili.

RE: Attachments via /usr/bin/sendmail

2001-03-22 Thread Alex Le Fevre
Hmmm...I thought I had it, but not quite. For some reason, my Perl script is outputting to the screen, not my mailwrapper. Are there any limitations on what you can send to the mailwrapper? My program is below: #!/usr/bin/perl $fileout = system("/bin/cat /home/www/schnarff/images/chili.jpg | /us

RE: Attachments via /usr/bin/sendmail

2001-03-22 Thread Alex Le Fevre
That made it come through as a bunch of gobbledygook to my mail...but that's OK, because I know what I have to write on my mailwrapper to get it to see that it's an attachment. I think that suggestion will do the trick. Thanks! Alex Le Fevre __ Do

RE: Attachments via /usr/bin/sendmail

2001-03-22 Thread Kep Brown
, Network and Database Administrator phone: (805) 560-3781 fax: (805) 560-3991 e: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Alex Le Fevre [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 8:59 AM To: [EMAIL PROTECTED] Subject: Attachments via /us

Attachments via /usr/bin/sendmail

2001-03-22 Thread Alex Le Fevre
How would I go about attaching encoded files (i.e. jpg, gif, etc.) via the mailwrapper? I'm trying to write a Perl script that first uploads a file (which I've done no problem), and then e-mails it out to a specified address. I've seen some examples that mentioned uuencoding, but I'm not sure if t