Hello Nick,
We have found that the problem was that clients don't read/doesn't want
messages anymore. With the message that is going out we are gonna invite
them to join a MailMan list and then take it from there...
Cheers,
Pieter
___
Redhat-list m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
* On 11-01-02 at 13:05
* Pieter De Wit said
> For the guys that want to know :
>
> #!/bin/bash
> for i in $( cat emails.txt); do
> cat msg.txt | sendmail $i
> echo Send mail to : $i
> done
>
Nice.
Wouldn't something like Majordomo be better
For the guys that want to know :
#!/bin/bash
for i in $( cat emails.txt); do
cat msg.txt | sendmail $i
echo Send mail to : $i
done
Thanks,
Pieter
-Original Message-
From: Pieter De Wit
Sent: 11 January 2002 01:43
To: '[EMAIL PROTECTED]'
Subject: Replace text on the co
Hello Everyone,
I have a file with a bunch of e-mail address in. I would like to now invite
these guys to join a mailing list rather than send it out as a batch. We
used to do this under M$ LookOut Express, but I would like to do it from
Linux.
What I was thinking of is the following :
1) Have