6 lines
159 B
PHP
6 lines
159 B
PHP
<?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);
|
|
?>
|