mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 21:16:40 -04:00
11 lines
783 B
JavaScript
11 lines
783 B
JavaScript
![]() |
Telescope.email.addTemplates({
|
||
|
test: Assets.getText("lib/server/emails/common/test.handlebars"),
|
||
|
wrapper: Assets.getText("lib/server/emails/common/wrapper.handlebars"),
|
||
|
newPost: Assets.getText("lib/server/emails/posts/newPost.handlebars"),
|
||
|
newPendingPost: Assets.getText("lib/server/emails/posts/newPendingPost.handlebars"),
|
||
|
postApproved: Assets.getText("lib/server/emails/posts/postApproved.handlebars"),
|
||
|
newComment: Assets.getText("lib/server/emails/comments/newComment.handlebars"),
|
||
|
newReply: Assets.getText("lib/server/emails/comments/newReply.handlebars"),
|
||
|
accountApproved:Assets.getText("lib/server/emails/users/accountApproved.handlebars"),
|
||
|
newUser: Assets.getText("lib/server/emails/users/newUser.handlebars"),
|
||
|
});
|