Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 12, 2019
1 parent 303cc86 commit 634067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (m *MailService) sendWithPostmark(email *Email) (err error) {
// Create the email struct
postmarkEmail := postmark.Email{
From: email.FromAddress,
HtmlBody: email.HTMLContent,
HTMLBody: email.HTMLContent,
ReplyTo: email.ReplyToAddress,
Subject: email.Subject,
TextBody: email.PlainTextContent,
Expand Down

0 comments on commit 634067e

Please sign in to comment.