mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Fix SetEncoding()
This commit is contained in:
parent
3261e4d2af
commit
62bf1ae33a
1 changed files with 1 additions and 0 deletions
1
msg.go
1
msg.go
|
@ -113,6 +113,7 @@ func (m *Msg) SetCharset(c Charset) {
|
||||||
// SetEncoding sets the encoding of the Msg
|
// SetEncoding sets the encoding of the Msg
|
||||||
func (m *Msg) SetEncoding(e Encoding) {
|
func (m *Msg) SetEncoding(e Encoding) {
|
||||||
m.encoding = e
|
m.encoding = e
|
||||||
|
m.setEncoder()
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetBoundary sets the boundary of the Msg
|
// SetBoundary sets the boundary of the Msg
|
||||||
|
|
Loading…
Reference in a new issue