diff options
Diffstat (limited to 'plugins/base/smtp.go')
-rw-r--r-- | plugins/base/smtp.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/base/smtp.go b/plugins/base/smtp.go index 81da6ef..663283d 100644 --- a/plugins/base/smtp.go +++ b/plugins/base/smtp.go @@ -88,6 +88,7 @@ func (msg *OutgoingMessage) WriteTo(w io.Writer) error { if msg.InReplyTo != "" { h.Set("In-Reply-To", msg.InReplyTo) } + // TODO: set Message-ID mw, err := mail.CreateWriter(w, h) if err != nil { |