snowfire / Beautymail

Send beautiful HTML emails with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

podrian agregarle la opcion de ReplyTo a la clase Beautymail

mestelles opened this issue · comments

in class BeautyMail
public function replyTo($users)
{
return (new PendingMail($this))->replyTo($users);
}
in ```
class PendingMail
public function replyTo($users)
{
$this->replyTo = $users;
return $this;
}
protected function fill(Mailable $mailable)
{
return $mailable->to($this->to)
->cc($this->cc)
->bcc($this->bcc)
->replyTo($this->replyTo);

}

Hi 👋

Please open your issue in English