I have a small dilemna,

    Let's say I  want to send an email to 1,000 people...they will all
receive the same email..... let's say the I want to send the HTML file with
a header:

            From:
[EMAIL PROTECTED]
            Subject: blah blah
            MIME-Version: 1.0;
            Content-Type: text/html;

            <html>
            <body>

                    blah blah blahc

            </body>
            </html>

    How do I pipe it correctly to qmail-inject?

    I have a text file with the 1,000 people : people.txt
    I have the HTML I want to send them : whatever.html

    I can't figure out how to attach is properly to grep...my problem is ...
the to field gets blank.

    Thanks...

Reply via email to