add unconverted support

This commit is contained in:
Sergey Lanzman
2017-03-17 19:45:30 +02:00
parent 21d1267c14
commit 856fde28dc
9 changed files with 25 additions and 29 deletions

View File

@@ -106,7 +106,7 @@ func (s *SMTPWriter) sendMail(hostAddressWithPort string, auth smtp.Auth, fromAd
if err != nil {
return err
}
_, err = w.Write([]byte(msgContent))
_, err = w.Write(msgContent)
if err != nil {
return err
}