-
Notifications
You must be signed in to change notification settings - Fork 254
Closed
Description
I'm get Message-ID from imap
mr, _ := mail.CreateReader(r)
header := mr.Header
msgId, _ = header.MessageID()and build new message:
msg.SetHeader("In-Reply-To", msgId)
msg.SetHeader("References", msgId)
msg.SetHeader("From", login)
msg.SetHeader("To", "myaccount@gmail.com")This email is not displayed in the correspondence thread, it is visible as a new email. How to send email in thread?
Metadata
Metadata
Assignees
Labels
No labels