Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if ($hostname == "server.boardwebhost.com")
  2. {
  3. // mail it
  4. mail($sendto, $subject, $customermessage, $headers);
  5. }
  6. else
  7. {
  8. echo "<P>sendto => $sendto<BR>Subject=> $subject<BR>headers=> $headers<P>message => <BR>$customermessage";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement