mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Update msg.go
Co-authored-by: iwittkau <iwittkau@users.noreply.github.com>
This commit is contained in:
parent
dbb596893d
commit
5897bddd11
1 changed files with 1 additions and 1 deletions
2
msg.go
2
msg.go
|
@ -976,7 +976,7 @@ func (m *Msg) SendErrorIsTemp() bool {
|
|||
return false
|
||||
}
|
||||
|
||||
// SendError returns the senderror field of the Msg
|
||||
// SendError returns the sendError field of the Msg
|
||||
func (m *Msg) SendError() error {
|
||||
return m.sendError
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue