add ll to receivers

This commit is contained in:
Seán C McCord 2018-05-16 12:07:09 -04:00
parent 6969fc4c38
commit 997dfd37b4
2 changed files with 4 additions and 2 deletions

View file

@ -87,7 +87,10 @@ func emailRequestBody(email string) ([]byte, error) {
From []string `json:"from"` From []string `json:"from"`
HTML string `json:"html"` 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", Subject: "Contact Request",
From: []string{"sys@cycoresys.com", "CyCore Systems Inc"}, From: []string{"sys@cycoresys.com", "CyCore Systems Inc"},
HTML: email, HTML: email,

View file

@ -209,4 +209,3 @@ log.error.flags = 3
log.request.output = off log.request.output = off
app.behind.proxy = true app.behind.proxy = true
app.secret = ${COOKIE_SECRET} app.secret = ${COOKIE_SECRET}
http.addr = 0.0.0.0