In the middle of sending one issue of simplenews, cron (either automatic or manual) hangs on simplenews. On each cron attempt, log entries show the newsletter being sent to the same 2 email addresses and then an entry saying newsletter could not be sent to one of the email addresses.

I altered the module_invoke_all to log what happens when cron runs and it confirms that simplenews is called but there is no return.

So I am currently stuck with a newsletter half sent out and cron hanging every time it runs.

Any suggestions?

Comments

jdench’s picture

Status: Active » Closed (fixed)

The problem has been identified - one of the email addresses ended in a period, which caused simplenews to block. Once the offending address was deleted, simplenews was able to function.