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

berdir’s picture

Agreed 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.

jjchinquist’s picture

The 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

berdir’s picture

Status: Active » Closed (works as designed)

As you wish :)

Sounds good.