diff --git a/pkg/email/email.go b/pkg/email/email.go index 076d5be..a1e4371 100644 --- a/pkg/email/email.go +++ b/pkg/email/email.go @@ -39,9 +39,8 @@ type MessageWithAttachments struct { } type RawMessage struct { - To string - Subject string - Body string + To string + Body string } type SMTPClientIface interface {