mailer->compose( [ 'html' => $view.'-html', 'text' => $view.'-text' ], $data) ->setTo($email) ->setFrom(['contact@laboiteapain.net' => 'La boîte à pain']) ->setSubject('[La boîte à pain] '.$subject) ->send(); } }