Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 16:09:52 -0500
From:      Software Info <softwareinfojam@gmail.com>
To:        "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org>
Subject:   Mailx Question
Message-ID:  <5cad0a1f.1c69fb81.c5304.4f33@mx.google.com>

next in thread | raw e-mail | index | archive | help
Hi All
Since mailx is built into FreeBSD I decided to try asking this question her=
e. I have a text file with about 30 email addresses. The file will change e=
very day. I want an easy commandline way to read the file and blind copy se=
nd an email to the addresses in the file. So far, I have this working with =
just a plain send using the command below.
mailx -s "Test Emails" -b `cat mylist.txt` < body.txt -r "No-Reply<no-reply=
@email.com>"

Of course, when I use a plain send, everybody sees everybody=E2=80=99s emai=
l address so I would love to be able to do a blind copy send. Would anyone =
be able to assist me with this?


Regards
SI


Sent from Mail for Windows 10




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5cad0a1f.1c69fb81.c5304.4f33>