fix; raw message no subject

This commit is contained in:
urko 2025-05-29 10:53:09 +02:00
parent e04ed76fee
commit 34f9238cf0

View File

@ -39,9 +39,8 @@ type MessageWithAttachments struct {
} }
type RawMessage struct { type RawMessage struct {
To string To string
Subject string Body string
Body string
} }
type SMTPClientIface interface { type SMTPClientIface interface {