Wrong email in the template model
parent
5934036a09
commit
7cf01694b6
2
main.go
2
main.go
|
@ -125,7 +125,7 @@ func main() {
|
|||
// Return a response to HTMX
|
||||
model := PostmarkTemplateModel{
|
||||
Name: apiConfig.Default.SenderName,
|
||||
Email: apiConfig.Default.TestEmail,
|
||||
Email: apiConfig.Postmark.SenderEmail,
|
||||
Body: email_content,
|
||||
Subject: "This is a test subject", // TODO(jack): Get from user input on page
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue