email_php
This commit is contained in:
parent
1098d710ee
commit
21f89e7110
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/php
|
||||
|
||||
<?php
|
||||
mail("mecareful@gmail.com", "the subject", "message", "from: la-la-la@example.com");
|
||||
?>
|
||||
|
Loading…
Reference in New Issue