Why does a test newsletter only contain the 'Footer will be appended here' and not the theme'd footer I define?
$node->body .= "\n\n-- \n". t('Footer will be appended here');
Why does a test newsletter only contain the 'Footer will be appended here' and not the theme'd footer I define?
$node->body .= "\n\n-- \n". t('Footer will be appended here');
Comments
Comment #1
buddaWhen using the mimemail.module in conjunction with the simplenews 2.x-dev branch the unsubscribe details in the footer appearing upon changing the mail format to 'html'.
'plain' format emails continue to show the stock 'Footer will be appended here' message.
Comment #2
sutharsan commentedBranch 4.7.x-2.x-dev is now no longer maintained and may be removed in the (near) future.