Accounts.emailTemplates.from = "Do Not Reply "; Accounts.emailTemplates.siteName = "Petit Teton App"; // Accounts.emailTemplates.verifyEmail.subject = function (user) { // return "Welcome to My Site! Please verify your email"; // }; // // Accounts.emailTemplates.verifyEmail.html = function (user, url) { // return "Hi " + user.profile.firstName + " " + user.profile.lastName + ",\n\n" + // " Please verify your email by simply clicking the link below:\n\n" + // url; // };