from($this->sender) ->to($recipient->getEmail()) ->priority(Email::PRIORITY_HIGH) ->subject('Connector credentials error') ->htmlTemplate('emails/errors/connector_credentials.html.twig') ->locale('en') ->context([ 'connector' => $this->connector, ])); } }