mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 09:52:54 +01:00
Update client_119.go
Co-authored-by: iwittkau <iwittkau@users.noreply.github.com>
This commit is contained in:
parent
8d86c3d8b2
commit
e6b73c2397
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ func (c *Client) Send(ml ...*Msg) error {
|
||||||
re.rcpt = append(re.rcpt, errs[i].rcpt...)
|
re.rcpt = append(re.rcpt, errs[i].rcpt...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// We assume that the isTemp flage from the last error we received should be the
|
// We assume that the isTemp flag from the last error we received should be the
|
||||||
// indicator for the returned isTemp flag as well
|
// indicator for the returned isTemp flag as well
|
||||||
re.isTemp = errs[len(errs)-1].isTemp
|
re.isTemp = errs[len(errs)-1].isTemp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue