Skip to content
Snippets Groups Projects
Commit 838eb8d7 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

email comes from BrowserID instead of noreply. closes #756

parent 7c21f754
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ function doSend(landing_page, email, site, secret) {
console.log("\nVERIFICATION URL:\n" + url + "\n");
} else {
emailer.send_mail({
sender: "noreply@browserid.org",
sender: "BrowserID@browserid.org",
to: email,
subject : "Complete Login to " + site + " using BrowserID",
body: mustache.to_html(template, { email: email, link: url, site: site })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment