summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-02 16:42:27 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-02 16:42:27 -0800
commit6ab44d82f825d7013308c57c5ee758c89ef904a0 (patch)
tree20d16202d57688abf0211f46239491f72e5f1b2f
parent33e66298b89d271314d5b7e21fb998d417121b13 (diff)
adjusting email fields as per dep change
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 147cca0..39e93fc 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -608,7 +608,7 @@ Ponzu CMS at %s
msg := emailer.Message{
To: email,
- From: fmt.Sprintf("Ponzu CMS <ponzu-cms@%s>", domain),
+ From: fmt.Sprintf("ponzu@%s", domain),
Subject: fmt.Sprintf("Account Recovery [%s]", domain),
Body: body,
}