Project Description:
I want a php shell script, something I can start from the command line.
would be best if I could run it like this.
[root@plesk control]php mailer.php list.txt template.txt
list.txt having one email per line
template having the following setup
email-at-something.com
Subject: Hey there this is the news letter
and this would be the contents of the news letter.
I would like this to mail html mail.
Thanks