mail

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Send mail
<?php mail(    string $to,    string $subject,    string $message,    array|string $additional_headers = [],    string $additional_params = ""): bool