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 {
To string
Subject string
Body string
To string
Body string
}
type SMTPClientIface interface {