Skip to content
Snippets Groups Projects
email.js 125 B
Newer Older
exports.sendVerificationEmail = function(email, hash) {
  console.log("fakely sending a verification email for " + email);
};