mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 14:58:19 +08: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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue