<?php

$info =
  IntroducedInfoBuilder::aNewIntroducedInformation()
    ->onPage("empresas")
    ->toBeSentTo("xxx@ppp.es")
    ->build();

$info->sendByEmailAndRedirect();