Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 1997 11:14:27 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Gary Stanny <stanny@TDFltd.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: mailing a GIF from a cgi script
Message-ID:  <19970819111427.46606@emsphone.com>
In-Reply-To: <3.0.1.32.19970819074240.006b4428@izzy.net>; from "Gary Stanny" on Tue Aug 19 07:42:40 GMT 1997
References:  <3.0.1.32.19970819074240.006b4428@izzy.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Aug 19), Gary Stanny said:
> Hi all -
> 
> Does anybody know of a tool that I can use to build a MIME mail msg
> out of a GIF|JPG cartoon file that I can use from a perl cgi script.
> (meaning how do I mail great Dilbert's to every idiot boss I have
> ever had? :)

I've been using the 'mutt' mailer for a few months to email attachments
automatically to people:

open(Z, '|mutt -s "$subject" -a $filename user@host.com');
print Z "One Attachment";
close(Z);

	-Dan Nelson
	dnelson@emsphone.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970819111427.46606>