send multipart email with both html and plaintext by default, closes #22
This commit is contained in:
@@ -156,7 +156,7 @@ func (s *outgoingSession) Data(r io.Reader) error {
|
||||
eml.HTML,
|
||||
files)
|
||||
|
||||
return s.sendmail(email.From, email.To, email.Compose(false, s.privkey))
|
||||
return s.sendmail(email.From, email.To, email.Compose(s.privkey))
|
||||
}
|
||||
func (s *outgoingSession) Reset() {}
|
||||
func (s *outgoingSession) Logout() error { return nil }
|
||||
|
||||
Reference in New Issue
Block a user