dev/php/email_test.php

7 lines
85 B
PHP
Executable File

#!/usr/bin/php
<?php
mail("mecareful@gmail.com","subject","message","headers");
?>