mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Update msg.go
Co-authored-by: iwittkau <iwittkau@users.noreply.github.com>
This commit is contained in:
parent
b12b0bb363
commit
dbb596893d
1 changed files with 1 additions and 1 deletions
2
msg.go
2
msg.go
|
@ -961,7 +961,7 @@ func (m *Msg) UpdateReader(r *Reader) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// HasSendError returns true if the Msg experienced an error during the message delivery and the
|
// HasSendError returns true if the Msg experienced an error during the message delivery and the
|
||||||
// senderror field of the Msg is not nil
|
// sendError field of the Msg is not nil
|
||||||
func (m *Msg) HasSendError() bool {
|
func (m *Msg) HasSendError() bool {
|
||||||
return m.sendError != nil
|
return m.sendError != nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue