email_php

This commit is contained in:
Kolan Sh 2011-09-01 22:53:33 +04:00
parent 1098d710ee
commit 21f89e7110
1 changed files with 6 additions and 0 deletions

6
php/email_test.php Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/php
<?php
mail("mecareful@gmail.com", "the subject", "message", "from: la-la-la@example.com");
?>