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