I d recomend to check this list and try if it works after each step:
1. Check if you can use mail() or you have to go SMTP.
2. If it is SMTP, check inside phpmailer\class.phpmailer.php that
var $Port = ???;
is the good one for your host
3.Set up the bounces handling. Sometimes if you don't have this setted your host wont send.
4. Check if you have a restriction to send emails/hour. if so go to:
http://docs.phplist.com/PhpListConfigSendRate