I want to send flash animation through email through php script
$headers = 'From:<'.$sent_from.'>' . "\r\n";
$headers .= 'Return-Path: <'.$sent_from.'>'."\r\n"; // Return path for errors
//$headers .= 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
mail($Email, $subject, $emailmessage, $headers);
it is working only for rediffmail and not for any other mails
Kindly help!!!!!!!!!!!!!!!!!!!!!!!!
thanx in advane