Re: [opensuse] Kmail and Mailmerge
- From: Constant Brouerius van Nidek <constant@xxxxxxxxxxx>
- Date: Fri, 5 Mar 2010 20:13:22 +0700
Constant Brouerius van Nidek said the following on 03/05/2010 07:02 AM:
Have googled for this subject but did not find much recentinformation.
Seems that we with opensuse working with Kmail still have to useeasy
openoffice. Has there been no change since 2004, one of the uppermost
find on google and today? Still no mailer in Linux which can do an
mailmerge?
Oh.
I use the shell.
Try this
------------------------------------------
#! /usr/bin/sh
cat mailing_list.txt | while read DEST
do
metasend -b -e 7bit -t $DEST \
-s $SUBJECT "\
-F $FROM \
-m "text/plain" -f "$MESSAGE.txt" \
-n \
-S 10000000 \
-m "application/pdf;name=\"$MESSAGE.pdf\"" \
-f $MESSAGEpdf \
-D $MESSAGE.pdf
sleep 5 # so as not to overload MTA
done
----------------------------
Happy user for a number of year :-)
--
Our institutions and values are in jeopardy as the mores of the
market pervade all social life in this country. Loyalty, honesty,
courage, discipline, patriotism, and commitment to family are being
crowded out by the goals and rules of economic rationality -- do
whatever makes the most money.
--Barry Schwartz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- Prev by Date: Re: [opensuse] opensuse4.2 boxed edition for USA
- Next by Date: Re: [opensuse] Novell for sale.
- Previous by thread: Re: [opensuse] Kmail and Mailmerge
- Next by thread: [opensuse] Firefox right click problem
- Index(es):
Relevant Pages
|