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.
2 parents c041325 + 2dde1b7 commit 7e8565cCopy full SHA for 7e8565c
templates.go
@@ -55,8 +55,8 @@ type InlineImage Attachment
55
// From describes the nested object way of specifying the From header.
56
// Content.From can be specified this way, or as a plain string.
57
type From struct {
58
- Email string
59
- Name string
+ Email string `json:"email"`
+ Name string `json:"name"`
60
}
61
62
// TmplOptions specifies settings to apply to this Template.
0 commit comments