| Jim | ![]() |
| 06-24-08 |
Godaddy mail solution?
include_once("Mail.php");
...
$to = "support@software506.com";
$subject = "Email from php";
$body = "Hi \n this is a test";
mail($to, $subject, $body);
| Jim | ![]() |
| 06-24-08 |
include_once("Mail.php");
...
$to = "support@software506.com";
$subject = "Email from php";
$body = "Hi \n this is a test";
mail($to, $subject, $body);