Skip to content

Commit

Permalink
Добавлена почта для отправки уведомлений администратору
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mon committed Jul 19, 2020
1 parent e0de773 commit 1fba5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private function sendEmailNotification(Order $order): void
$sent = $this->mailer
->compose()
->setTo($this->adminEmail)
->setFrom(['[email protected]' => 'ТАНА Робот'])
->setFrom(['[email protected]' => 'ТАНА Робот'])
->setSubject('Поступил новый заказ')
->setTextBody('Поступил новый заказ для просмотра заказы перейдите по ссылке ниже '.$link)
->setHtmlBody($html)
Expand Down

0 comments on commit 1fba5e2

Please sign in to comment.