mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolves issue #92 ?
This commit is contained in:
parent
bea8a95c6b
commit
b570dec683
1 changed files with 2 additions and 2 deletions
|
|
@ -301,9 +301,9 @@ class Message
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function SetSender(EmailCollection $oEmails) : self
|
public function SetSender(Email $oEmail) : self
|
||||||
{
|
{
|
||||||
$this->aHeadersValue[Enumerations\Header::SENDER] = $oEmails;
|
$this->aHeadersValue[Enumerations\Header::SENDER] = $oEmail;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue