topical media & game development
basic-php-11-sendmail-rev03.php / php
<html>
<head>
<title>Multipart Mail Sent!</title>
</head>
<body>
<?php
_POST["to"];
_POST["cc"];
_POST["bcc"];
_POST["from"];
_POST["subject"];
_POST["message"];
headers = "MIME-Version: 1.0\r\n";
boundary\"\r\n";
cc . "\r\n";
bcc . "\r\n";
from . "\r\n";
message .= "--message .= "Content-type: text/html; charset=iso-8859-1\n";
message .= message .= "--message .= "Content-Type: text/plain; charset=\"iso-8859-1\"\n";
message .= message .= "--mailsent = mail(subject, headers);
if (to<br>";
echo "<b>From:</b> subject<br>";
echo "<b>Message:</b><br>";
echo
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.