#!/bin/bash
LIST=MList.txt


#iconv --from-code=CP1252 --to-code=UTF8 body.html > body2.html
#mv body2.html body.html

for ADDR in `cat ${LIST}|shuf`; do
  php sendmail.php no_reply@evrat-miniatures.com ${ADDR}
  sleep 5
done
php sendmail.php no_reply@evrat-miniatures.com yves.evrat@evrat-miniatures.com
