From 1b54f67fb2bc065c9e9dbb66d1e00e407d30456d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jun 2014 12:21:24 +0200 Subject: started propoer github maintainence --- test.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 test.php (limited to 'test.php') diff --git a/test.php b/test.php new file mode 100755 index 0000000..c6cdac5 --- /dev/null +++ b/test.php @@ -0,0 +1,12 @@ + http://scilab.in/cloud_comments"; +$from = "textbook@scilab.in"; + +$headers = "From: " . $from . "\r\n"; +$headers .= "MIME-Version: 1.0\r\n"; +$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; +mail($to,$subject,$message,$headers); +echo "Mail Sent."; +?> -- cgit