mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-12 17:02:55 +01:00
Revert after successful merge
This commit is contained in:
parent
2e548512c6
commit
4ef24a5234
1 changed files with 2 additions and 2 deletions
|
@ -89,11 +89,11 @@ func (mw *msgWriter) writeMsg(msg *Msg) {
|
|||
}
|
||||
|
||||
if msg.hasMixed() {
|
||||
mw.startMP("mixed", msg.boundary)
|
||||
mw.startMP(MIMEMixed, msg.boundary)
|
||||
mw.writeString(DoubleNewLine)
|
||||
}
|
||||
if msg.hasRelated() {
|
||||
mw.startMP("related", msg.boundary)
|
||||
mw.startMP(MIMERelated, msg.boundary)
|
||||
mw.writeString(DoubleNewLine)
|
||||
}
|
||||
if msg.hasAlt() {
|
||||
|
|
Loading…
Reference in a new issue