In the first D7 releases of Date Reminder, I tried to leave the way open for HTML-formatted reminder emails. Primarily this manifested as the filter option when setting the reminder message to send.

Unfortunately, it appears that the D7 email system only supports text-formatted email.

Accordingly, I'll be removing the remaining hooks at checks that were meant to support HTML email. Date Reminder reminders will be text-only.

If, sometime in the future, Drupal has better support for HTML email, we can consider adding that back. But that will have to wait for a later release.

Comments

dwillcox’s picture

Status: Active » Fixed

Fixed in 7.x-1.0-alpha4.

Status: Fixed » Closed (fixed)

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

butteryak’s picture

Issue summary: View changes

Just curious about this, as I see no way to send as an HTML email, perhaps I'm missing somthing, but it looks like the email template is plain text. Also is there a way to theme the overall template?

butteryak’s picture

sorry read it all wrong, apparently HTML option has been completely removed, just curious if there is a way to go about doing this?

dwillcox’s picture

It's been a couple of years since I even thought about this, but as I recall trying to support MIME email for this was going to be really icky. It's just not something that I have the bandwidth to try to tackle.