There appears to be no t() call on the subject text of the e-mail that is sent upon new guestbook entries. While patching that for my setup I also added the display of the name of the user that did the entry. The subject of the mail now says: New guestbook entry by @username

CommentFileSizeAuthor
#1 guestbook.e-mail.patch2.9 KBsun
guestbook.newentrymail.patch583 bytestoniw

Comments

sun’s picture

StatusFileSize
new2.9 KB

True. Additionally, the body of the mail does not make sense at all (no other module sends out the actual content via e-mail).

Attached patch

- introduces a e-mail body, using the Token style, but without proper Token module integration. That's because (at least) Notifications module already provides Token integration and I want to work on proper integration with Notifications and Subscriptions modules soon.

- makes subject and body localizable

Please test.