The simplenews_send_test() function is still expecting an array returned, while simplenews_mail_mail() returns a boolean. The attached patch changes simplenews_send_test() to be consistent with simplenews_mail_spool().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | simplenews.mail_mail.patch | 624 bytes | jhedstrom |
| simplenews.mail_mail.patch | 494 bytes | jhedstrom |
Comments
Comment #1
jhedstromOops. I included an incomplete patch above. This patch also fixes the message so the test address is displayed.
Comment #2
sutharsan commentedThanks for the patch. Now committed.