add ll to receivers
This commit is contained in:
parent
6969fc4c38
commit
997dfd37b4
2 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue