Following returned when display errors added to settings.php
ini_set('display_errors', 1);
Fatal error: Uncaught exception 'phpmailerException' with message 'SMTP Error: The following recipients failed: elaine.allan@lib.domain.edu.au' in /net/www/fsd/sites/all/modules/phpmailer/phpmailer/class.phpmailer.php:639 Stack trace: #0 /net/www/fsd/sites/all/modules/phpmailer/includes/phpmailer.class.inc(84): PHPMailer->SmtpSend('Return-Path: br...', 'This is a multi...') #1 /net/www/fsd/sites/all/modules/phpmailer/includes/phpmailer.mimemail.inc(72): DrupalPHPMailer->SmtpSend('Return-Path: br...', 'This is a multi...') #2 /net/www/fsd/sites/all/modules/phpmailer/phpmailer.module(81): mimemail_phpmailer_send(Array) #3 /net/www/fsd/sites/all/modules/mimemail/mimemail.module(166): phpmailer_mailengine('send', Array) #4 /net/www/fsd/sites/all/modules/simplenews/simplenews.module(1665): mimemail('"The Office of ...', 'elaine.allan@li...', '[Monash Green N...', '<!DOCTYPE html ...', false, Array, 'Monash Green Ne...', Array, '') #5 /net/www/fsd/sites/all/modules/simplenews/simplenews.module(1710): simplenews_mail_mail('1313' in /net/www/fsd/sites/all/modules/phpmailer/phpmailer/class.phpmailer.php on line 639
Comments
Comment #1
realityloop commentedOops I'm using dev version
Comment #2
realityloop commentedLooks like the module isn't handling closed (expired) email accounts. I had to manually delete a each email address it errored on to get the cron to run cleanly.
Comment #3
smk-ka commentedThis should be fixed in the latest development snapshot.