From 997dfd37b4cb35faa061125963f47a3217b50fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Wed, 16 May 2018 12:07:09 -0400 Subject: [PATCH] add ll to receivers --- app/controllers/contact.go | 5 ++++- conf/app.conf | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/controllers/contact.go b/app/controllers/contact.go index e4e9747..a481993 100644 --- a/app/controllers/contact.go +++ b/app/controllers/contact.go @@ -87,7 +87,10 @@ func emailRequestBody(email string) ([]byte, error) { From []string `json:"from"` HTML string `json:"html"` }{ - To: map[string]string{"ulexus@gmail.com": "Sean C McCord"}, + To: map[string]string{ + "scm@cycoresys.com": "Sean C McCord", + "ll@cycoresys.com": "Laurel Lawson", + }, Subject: "Contact Request", From: []string{"sys@cycoresys.com", "CyCore Systems Inc"}, HTML: email, diff --git a/conf/app.conf b/conf/app.conf index d794418..c99408e 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -209,4 +209,3 @@ log.error.flags = 3 log.request.output = off app.behind.proxy = true app.secret = ${COOKIE_SECRET} -http.addr = 0.0.0.0