Posted by hebiryu@gmail.com on 11/24/05 11:03
i don't really have time to analyze your code. I send you my email
script. and my code
is completely working. i hope it helps for you.
*****************************************************
$to = $remail; // fill your email address here
$subject = "Invitation to Patra Friends"; // fill your subject here..
//and the message here..
$message = "
Kami mengundang Anda untuk menjadi member
jaringan alumni Himpunan Teknik Perminyakan ITB
silahkan klik
http://alumni.tm.itb.ac.id/registrasi.php?p=$passp&q=$pass2
untuk melakukan registrasi
Terimakasih
Admin Patra -- admin@alumni.tm.itb.ac.id
";
$headers .= 'From: *Patra Admin <admin@alumni.tm.itb.ac.id>' .
"\r\n";// this one is to indicate the header..
mail($to, $subject, $message, $headers);// this is the command
Navigation:
[Reply to this message]
|