7/22 Is there a way to send out a mass mail (using pine or gmail) such
that each recipient receives the email with their own address in
the "To:" field, but that doesn't show any of the other
receipients? Of course, I could use Bcc, but then each
receipient's email address doesn't show up in the header they
receive, and the mail might then be filtered as spam, since it's
not "To" them.
\_ foreach
\_ I was going to do this, but I want the Reply-To field different
from the address I'm sending from. How can I set the Reply-To
field from a command line mail command?
\_ If you want complete control over the headers, just write
up the mail exactly as you want it to appear and run it
through "sendmail -t".
\_ Thanks. I'll try that. -op
\_ another alternative is use nc localhost smtp
\_ Will using sendmail like this make the email look funny,
being that it wasn't created in pine, outlook, gmail,
yahoo, etc? Is there a chance such mail could be
filtered as spam when received? I sent such mail to
yahoo and gmail not problem, but not sure if stricter
spam filtering might think it's spam. |