From 838eb8d7e59ba3bee488b6f78a78e5bb66d5ef7e Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Thu, 15 Dec 2011 10:36:07 -0700
Subject: [PATCH] email comes from BrowserID instead of noreply.  closes #756

---
 lib/email.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/email.js b/lib/email.js
index 5bee98ed5..ee72c089a 100644
--- a/lib/email.js
+++ b/lib/email.js
@@ -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 })
-- 
GitLab