[linux] Re: automatisch mail met bijlagen versturen

Robert M. Stockmann stock op stokkie.net
Di Aug 15 20:44:27 CEST 2006


On Tue, 15 Aug 2006, Aart Koelewijn wrote:

> Date: Tue, 15 Aug 2006 15:45:14 +0200
> From: Aart Koelewijn <aart op mtack.xs4all.nl>
> Reply-To: linux op lists.nllgg.nl
> To: Linux lijst <linux op lists.nllgg.nl>
> Subject: [linux] automatisch mail met bijlagen versturen
> 
> Hallo,
> 
> ik gebruik momenteel het volgende scriptje om regelmatig automatisch een
> bepaald tekstbestand naar een lijstje met email-adressen te sturen:
> 
> #!/bin/sh
> (
>         echo "From: A.C. Koelewijn <aart op mtack.xs4all.nl>"
>         echo "Reply-to: <aart op mtack.xs4all.nl>"
>         echo "To: aart op localhost"
>         echo "Subject: weer"
>         echo -n "Bcc: "
>         cat /home/aart/.weer/weerlijst
>         echo ""
>         cat /var/tmp/weer/weer.txt
> ) | /usr/sbin/sendmail -f aart op mtack.xs4all.nl -t
> 
> Nu wil ik naast dat tekstbestand ook nog wat *.gif plaatjes meesturen
> maar kom er gauw niet achter hoe ik dat hierin moet verwerken. Iemand
> hier wel ervaring mee?

Kijk eens naar mpack : http://ftp.andrew.cmu.edu/pub/mpack/
SRPMS : ftp://ftp.crashrecovery.org/pub/linux/mpack/

MPACK(1)                                                              MPACK(1)

NAME
       mpack - pack a file in MIME format

SYNOPSIS
       mpack  [  -s  subject ] [ -d descriptionfile ] [ -m maxsize ] [ -c con-
       tent-type ] file address ...
       mpack [ -s subject ] [ -d descriptionfile ] [ -m maxsize ]  [  -c  con-
       tent-type ] -o outputfile file
       mpack  [  -s  subject ] [ -d descriptionfile ] [ -m maxsize ] [ -c con-
       tent-type ] -n newsgroups file

DESCRIPTION
       The mpack program encodes the the named file in one or more  MIME  mes-
       sages.   The  resulting  messages are mailed to one or more recipients,
       written to a named file or set of files, or posted to a  set  of  news-
       groups.


Vr.gr.

Robert
-- 
Robert M. Stockmann - RHCE
Network Engineer - UNIX/Linux Specialist
crashrecovery.org  stock op stokkie.net




More information about the Linux mailing list