Wrong email in the template model

main
Jack Punter 2024-04-19 01:44:13 +01:00
parent 5934036a09
commit 7cf01694b6
1 changed files with 1 additions and 1 deletions

View File

@ -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
}