It is very easy to use - just as you would use text. See the example below, it will send the return value as an email body. It works for all three: resetPassword, verifyEmailand enrollAccount.
Accounts.emailTemplates.verifyEmail.html = function (user, url) {
return "<h1>Thanks for signing up!</h1>"
+ " To <strong>activate</strong> your account, click the link below:\n\n"
+ url;
};
, : html. , HTML- , , text html .