SMTP Error - NN failed (will retry later)

Is there any reason why phplist keeps trying to send failed emails? Is there a way to turn it off. Basically it just runs forever.

I am using an external SMTP server to send. and I have that set in the config.php file.
define(“PHPMAILERHOST”,‘smtp.myaddress.here’);

Thanks.