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