I'm using Notify and Node notify modules to send notifications of new content and new comments to users. I'm also using smtp module. I would like to send those messages as html mails, but don't see mimemail is ready for that (many issues plus a particular issue with smtp). Has anyone solved this matter?
Thanks.
Robert
node_notify does send html emails and doesn't require notify. Do you need also the notify module?
As for formatting, mimemail will use the mail.css file located in your theme's css folder. I would place it in both your front end and your backend themes.