There's a usage error in hook_mail and hook_mail_alter - the body is an array, not a string. This makes other modules emit fatal error when they try to manipulate the message. The attached patch makes this work correctly with the body as an array.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 653518-3_body_array.patch | 1.65 KB | alex_b |
| #2 | 653518-2_body_array.patch | 2.71 KB | alex_b |
| ucreate.message_body_as_array.patch | 1.1 KB | rfay |
Comments
Comment #1
alex_b commentedMarking critical to make sure to include this fix in the next release.
Comment #2
alex_b commentedRerolled, tested and added a comment.
Will commit asap.
Comment #3
alex_b commented#2 contains whitespace removal.
Comment #4
alex_b commentedCommitted, thank you: http://drupal.org/cvs?commit=392848