By Chris Gillis on
I would like to be able to customise the design of the newsletter that gets sent out from simplenews. I have modified the template with a "node-simplenews.tpl.php" in my theme folder, now I would like the email to use that theme.
The email appears to be constructed with the simplenews_node_prepare() module in the simplenews.module
I am wondering if anyone knows how to cause the simplenews_node_prepare() module to get the themed version?
The other thing I am going to try to do is allow subscriptions without user accounts.
-Chris
Comments
me too
I am very interested in creating themed HTML newsletters with this module. I will let you know if I get anywhere.
I found a post by someone who used the tinyMCE interface to add HTML style to the email.
I also found another that went into the simplenews.module file and put the code in there. I looked at that and it was above my head.
you guys may want to check this out..
http://drupal.org/node/109355