<?php

$action =
    Action::sendingByEmail()
        ->formIn("empresas")
        ->to("xxx@ppp.es")
        ->build();

$action->execute();