can you explain how to change recipient please?
function wpcf7_modify_this(&$wpcf7_data) {
$wpcf7_data->mail[‘recipient’] = “Mark <[email protected]>”;
}
add_action(“wpcf7_before_send_mail”, “wpcf7_modify_this”);
i did something like that and the ajax keeps loading forever..