Posted by Adam Plocher on 01/20/06 18:54
Doesn't this work? $to = "blah@blah.com"; $title = "Some Subject"; $text = "Here is some text that will be in the body of the email"; mail($to, $title, $text, "From: noreply@blah.com");
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming