HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Converting& EMail Attach
Hi there,
On Thu, 24 Feb 2000 14:13:10 +0100, you wrote:
>does anybody has a working faxrcvd which is attaching the plain
>tiff-file in the notification mail/s ?
I edited my faxrcvd file to read :
echo ""
echo "--$MIMEBOUNDARY"
echo "Content-Type: image/tiff; name=$FILE"
echo "Content-Description: FAX document"
echo "Content-Transfer-Encoding: base64"
echo ""
/usr/bin/mmencode $FILE 2>/dev/null
echo ""
echo "--$MIMEBOUNDARY--"
This sends me the tiff file attached to the mail. shouldn't be too
hard to change $FILE to be your pdf file instead.
Good luck
Simon.