[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Software for collecting email addresses



Am 2008-02-20 23:49:15, schrieb Depo Catcher:
> 
>    Along this lines, does anyone know of a program that can quickly send
>    out mass emails to a bunch of different addresses?

----8<--------------------------
(cat ${FILE_WITH_EMAILS}) |
while read EMAIL
do
  ssmtp -t <<<EOF
To: ${EMAIL}
From: Depo Catcher
Subject: You are spamed by me
Date: $(date --rfc-822)

This is spam and if you...
EOF
done
----8<--------------------------

This can pusho out over 20 messages per second on a small
P2/366 with 192MB of memory (IBM ThinkPad TP570).

Thanks, Greetings and nice Day
    Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: