[linux] Re: automatisch mail met bijlagen versturen
Daniel C. von Asmuth
asmuth op bakunin.xs4all.nl
Di Aug 15 16:47:55 CEST 2006
Aldus schreef Aart Koelewijn op Tue, Aug 15, 2006 at 03:45:14PM +0200:
> 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?
Ik heb daar een scriptje 'mailfiles' voor geschreven. (te downloaden vanaf
http://bakunin.xs4all.nl).
Met vriendelijke groet,
Daniel von Asmuth
--
_----_
/ >
< intel/
\ Lag behind
\____/
More information about the Linux
mailing list