|
|
@ -62,6 +62,7 @@ class FormController extends FrontendController |
|
|
|
['items' => $messageItems] |
|
|
|
['items' => $messageItems] |
|
|
|
) |
|
|
|
) |
|
|
|
->setTo($form->from) |
|
|
|
->setTo($form->from) |
|
|
|
|
|
|
|
->setReplyTo(isset($form->reply) ? $form->reply : $form->from) |
|
|
|
->setSubject($form->subject) |
|
|
|
->setSubject($form->subject) |
|
|
|
->send(); |
|
|
|
->send(); |
|
|
|
if (!$sent) { |
|
|
|
if (!$sent) { |
|
|
|