dev/php/email_test.php

7 lines
85 B
PHP
Raw Normal View History

2011-12-05 19:15:15 +04:00
#!/usr/bin/php
<?php
mail("mecareful@gmail.com","subject","message","headers");
?>