Is there a method to format the email content. I'm using 4.7 cvs and the subscription module sends html characters in the email.

Thanks

Comments

greggles’s picture

Title: email » ability to format email contents in admin interface

There currently is not a way to format the email

flaviovs’s picture

And IMHO the best way to handle this in the future (if ever implemented) is via the theme system, e.g.:

$mail_body =  theme('subscription_email', $from, $to, $subject, $body, $etc);