We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303cc86 commit 634067eCopy full SHA for 634067e
1 file changed
postmark.go
@@ -17,7 +17,7 @@ func (m *MailService) sendWithPostmark(email *Email) (err error) {
17
// Create the email struct
18
postmarkEmail := postmark.Email{
19
From: email.FromAddress,
20
- HtmlBody: email.HTMLContent,
+ HTMLBody: email.HTMLContent,
21
ReplyTo: email.ReplyToAddress,
22
Subject: email.Subject,
23
TextBody: email.PlainTextContent,
0 commit comments