Skip to content

Commit 634067e

Browse files
committed
Minor fix
1 parent 303cc86 commit 634067e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postmark.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func (m *MailService) sendWithPostmark(email *Email) (err error) {
1717
// Create the email struct
1818
postmarkEmail := postmark.Email{
1919
From: email.FromAddress,
20-
HtmlBody: email.HTMLContent,
20+
HTMLBody: email.HTMLContent,
2121
ReplyTo: email.ReplyToAddress,
2222
Subject: email.Subject,
2323
TextBody: email.PlainTextContent,

0 commit comments

Comments
 (0)