Why is the customized Meteor accounts verification email not display as HTML?
问题 Here's my code in imports/api/friends/methods.js : import {Meteor} from "meteor/meteor"; import {Accounts} from "meteor/accounts-base"; if (Meteor.isServer) { Accounts.emailTemplates.siteName = "...."; Accounts.emailTemplates.from = "example01 <example01@gmail.com>"; Accounts.emailTemplates.verifyEmail.from = function () { return "example01 <example01@gmail.com>"; }; Accounts.emailTemplates.verifyEmail.text = function(user, url) { return '<h1>Thank you for your registration.</h1><br/><a href=