
 Armando Hernández - 2009-08-27 20:20:30 - 
In reply to message 1 from saroj 
If you want to send HTML messages, just add charset in "From":
$send_params['headers']	= array(
'From: '.$from."\n".'Content-type: text/html; charset=utf-8'."\r\n".'Reply-To: '.$reply, 
'To: '.$emailCliente, 'Subject: '.$headerAsunto
);