Tried to use Send tokenized e-mail... with Mime Mail module. I want that e-mails sent to be nice formatted with Mime Mail and theming. Unfortunately, Token Actions is parsing the body of the message with drupal_html_to_text() function which make the body like plain-text mails (extracting URLs, etc.).

Here is a patch for those who need rich mail content through Mime Mail when sending Tokenized E-mails with Token Actions.

CommentFileSizeAuthor
token_actions_with_mimemail.patch931 bytesclaudiu.cristea
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

greggles’s picture

Category: feature » bug
Status: Needs review » Fixed

I think we can just remove the call to drupal_html_to_text. And I'd call this a bug.

Thanks, claudiu.cristea!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.