Folder reorganize 1
This commit is contained in:
6
OLD/emailtest.php
Normal file
6
OLD/emailtest.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if ($f4 <= 500)
|
||||
$txt = "This is a test email from the controls network";
|
||||
$txt = wordwrap($txt,70);
|
||||
mail("3373800339@txt.att.net","Controls",$txt);
|
||||
?>
|
||||
Reference in New Issue
Block a user