If e-mail are sent (default theme), they only contain the words:
Array
Array
Array
If I change print in htmlmail.tpl.php to print_r I get somthing like this:
Array ( [value] =>
This is my header content
[format] => html )
Array ( [0] => This is my body content
Array ( [value] =>
This is my footer content
[format] => html )
What's went wrong?
Comments
Comment #1
pillarsdotnet commentedI believe this bug is fixed in the 7.x-1.3 release.
Please re-open this issue if you still have problems.