podrian agregarle la opcion de ReplyTo a la clase Beautymail
mestelles opened this issue · 1 comments
mestelles commented
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);
}
emilsundberg commented
Hi 👋
Please open your issue in English