The mimemail module allows for template names to use the key names. It does not, yet, allow for separate templates per module/key pair (see http://drupal.org/node/1538004).
Can/should we change the keys to include "simplenews-"?
simplenews-test
simplenews-node
simplenews-subscribe
simplenews-unsubscribe
Comments
Comment #1
berdirAgreed that test/node are bad names. On the other side, the mail system internally *does* use the module and key name to build the mail id and changing it now would also break existing hook_mail_alter() implementations (in custom code e.g.)
So I'd prefer improving this in mimemail.
Comment #2
jjchinquistThe maintainer is moving on this issue http://drupal.org/node/1538004 ... will reply when it is done. I think you can set the status of this issue to "works as designed".
- Jeremy
Comment #3
berdirAs you wish :)
Sounds good.