dev/php/email_test.php
2011-12-05 18:15:15 +03:00

7 lines
85 B
PHP
Executable File

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