Yes, the script creates one email with multiple
recipients like you state. They average only
about a dozen at a time. It is not spam. It is
weather notification messages for Emergency
Managers and other local government officials.
The sample script located here:
http://www.perlfect.com/articles/sendmail.shtml ,
is a template of what my script follows. How
would I then take the email that is generated from
this script and route it to msmtp so msmtp can
send it to our .gov email server for final delivery?
Thanks.