Initial commit. Modified the Meteor todos app to create the Petit Teton data tracking app. Has working data for sales. Requires a Mongo database.
This commit is contained in:
12
imports/startup/server/email.js
Normal file
12
imports/startup/server/email.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
Accounts.emailTemplates.from = "Do Not Reply <administrator@declarativeengineering.com>";
|
||||
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;
|
||||
// };
|
||||
Reference in New Issue
Block a user