Files
controls-web/OLD/emailtest.php
2026-02-17 12:44:37 -06:00

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);
?>