We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67618d9 commit 27312dbCopy full SHA for 27312db
mail.go
@@ -124,6 +124,5 @@ func (m *mailer) writeMessage() []byte {
124
125
buf.WriteString("--")
126
}
127
-
128
return []byte(m.chunkMessage(buf.String()))
129
0 commit comments